tests: Remove 'con' loading from tests since it stopped working under Windows 8...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@921 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
2876af6773
commit
68d533a828
@ -273,10 +273,6 @@ TEST(document_load_file_error)
|
|||||||
|
|
||||||
CHECK(doc.load_file("filedoesnotexist").status == status_file_not_found);
|
CHECK(doc.load_file("filedoesnotexist").status == status_file_not_found);
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
CHECK(doc.load_file("con").status == status_io_error);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
test_runner::_memory_fail_threshold = 1;
|
test_runner::_memory_fail_threshold = 1;
|
||||||
CHECK(doc.load_file("tests/data/small.xml").status == status_out_of_memory);
|
CHECK(doc.load_file("tests/data/small.xml").status == status_out_of_memory);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user