From: Dean S. <dea...@ya...> - 2011-01-20 18:24:06
|
When I create a Diff with two log4j.xml files it throws a FileNotFoundException with this message: java.io.FileNotFoundException: C:\dean\projects\ear.expand.diff\log4j.dtd (The system cannot find the file specified) Apparently XmlUnit is looking for log4j.dtd in the directory where I'm executing XmlUnit. I don't want XmlUnit to validate the 2 log4j.xml files. I only want to know if they are similar. Do I have to turn off validation in this case? Thanks. |