From af91253e42622ed11ea1c740787418131cc8d479 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sun, 27 Dec 2020 11:45:14 +0100 Subject: [PATCH] fixed unit test --- .../src/test/java/com/example/aped/XMLHandlerUnitTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APED/app/src/test/java/com/example/aped/XMLHandlerUnitTest.java b/APED/app/src/test/java/com/example/aped/XMLHandlerUnitTest.java index ea98a9c..048a907 100644 --- a/APED/app/src/test/java/com/example/aped/XMLHandlerUnitTest.java +++ b/APED/app/src/test/java/com/example/aped/XMLHandlerUnitTest.java @@ -14,8 +14,8 @@ import javax.xml.parsers.ParserConfigurationException; import static org.junit.Assert.*; public class XMLHandlerUnitTest { - private String xmlPath="src/test/java/com/example/aped/Test.xml"; - private String xsdPath="src/test/java/com/example/aped/Test.xsd"; + private String xmlPath="src/main/java/com/example/aped/xml/Test.xml"; + private String xsdPath="src/main/java/com/example/aped/xml/config.xsd"; @Test public void TestFiles_AreValid(){