fixed unit test for xml helper (again)
This commit is contained in:
parent
9b5fbd50c7
commit
41c757b7b2
@ -15,8 +15,8 @@ import javax.xml.parsers.ParserConfigurationException;
|
|||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
public class XMLHandlerUnitTest {
|
public class XMLHandlerUnitTest {
|
||||||
private String xmlPath="src/main/res/raw/XML/Test.xml";
|
private String xmlPath="src/main/assets/XML/Test.xml";
|
||||||
private String xsdPath="src/main/res/raw/XML/config.xsd";
|
private String xsdPath="src/main/assets/XML/config.xsd";
|
||||||
private File xmlFile = new File(xmlPath);
|
private File xmlFile = new File(xmlPath);
|
||||||
private File xsdFile = new File(xsdPath);
|
private File xsdFile = new File(xsdPath);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user