summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-10-31 04:45:38 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-10-31 04:45:38 +0000
commit68d533a8287650030265beab8949c76be3493279 (patch)
tree2f41897c452cb86a1f32babf72ad798c42060c74
parent2876af6773881158ae82b7031e3af9b95e243c14 (diff)
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
-rw-r--r--tests/test_document.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_document.cpp b/tests/test_document.cpp
index c03159d..7adc2a1 100644
--- a/tests/test_document.cpp
+++ b/tests/test_document.cpp
@@ -273,10 +273,6 @@ TEST(document_load_file_error)
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;
CHECK(doc.load_file("tests/data/small.xml").status == status_out_of_memory);
}