fixed unit test
This commit is contained in:
parent
b5088f3c75
commit
af91253e42
@ -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(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user