diff --git a/xmltest.cpp b/xmltest.cpp old mode 100644 new mode 100755 index a0aaee7..aba397a --- a/xmltest.cpp +++ b/xmltest.cpp @@ -1702,12 +1702,12 @@ int main( int argc, const char ** argv ) doc.Print( &printer ); XMLTest( "BOM preservation (compare)", xml_bom_preservation, printer.CStr(), false, true ); - doc.SaveFile( "resources/bomtest.xml" ); + doc.SaveFile( "resources/out/bomtest.xml" ); XMLTest( "Save bomtest.xml", false, doc.Error() ); } { XMLDocument doc; - doc.LoadFile( "resources/bomtest.xml" ); + doc.LoadFile( "resources/out/bomtest.xml" ); XMLTest( "Load bomtest.xml", false, doc.Error() ); XMLTest( "BOM preservation (load)", true, doc.HasBOM(), false );