From 5a415f27aea587b7d74ced2a48b35db6f8e6973e Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 11 Mar 2021 13:13:11 +0700 Subject: [PATCH] Fix path separators in ajc190.xml, make tests run on Windows Replace ':' by ";" which will be replaced to the platform separator automatically. A fixed value of ':' does not work on Windows. Signed-off-by: Alexander Kriegisch --- .../org/aspectj/systemtest/ajc190/ajc190.xml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc190/ajc190.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc190/ajc190.xml index 5a3dec730..c502979eb 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc190/ajc190.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc190/ajc190.xml @@ -31,7 +31,7 @@ - + @@ -42,14 +42,14 @@ - + - + @@ -78,31 +78,31 @@ - + - + - + - + - + @@ -113,23 +113,23 @@ - - + - - + @@ -138,7 +138,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -158,7 +158,7 @@ - + @@ -168,18 +168,18 @@ - - - + - + -- 2.39.5