From 16babd6b53269764735cb4230bc1fd419a47db9b Mon Sep 17 00:00:00 2001 From: olabusayoT <50379531+olabusayoT@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:02:55 -0400 Subject: [PATCH] !fixup De-personalize Diagnostic File URLs in Compiled Schemas - In windows, Paths.get().toFile returns a path with the windows style separator, while the tdml is expecting unix style separators. Using uri.getPath, while it returns unix style separators, causes an error because it returns an absolute path with a leading "/" before the drive letter DAFFODIL-2195 --- .../org/apache/daffodil/section06/namespaces/namespaces.tdml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/namespaces.tdml b/daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/namespaces.tdml index bc7cb6fc06..7493a97f4a 100644 --- a/daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/namespaces.tdml +++ b/daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/namespaces.tdml @@ -1009,7 +1009,7 @@ the error messages to specifically mention this file, not just show that it was included. --> - subfolder/multi_C_06_nons.dfdl.xsd + multi_C_06_nons.dfdl.xsd @@ -2212,7 +2212,7 @@ nonExistent - namespaces/multi_C_13.dfdl.xsd + multi_C_13.dfdl.xsd