From 0868f83deba4319db2f30f56ccdbc3401ce59f9a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 29 Aug 2010 15:45:36 +0000 Subject: tests: Removed some deprecated tests, minor coverage improvements git-svn-id: http://pugixml.googlecode.com/svn/trunk@687 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_deprecated.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/test_deprecated.cpp') diff --git a/tests/test_deprecated.cpp b/tests/test_deprecated.cpp index 3f7ecb0..5c4f566 100644 --- a/tests/test_deprecated.cpp +++ b/tests/test_deprecated.cpp @@ -25,14 +25,6 @@ #include #include -// format_write_bom_utf8 - it's now format_write_bom! -TEST_XML(document_save_bom_utf8, "") -{ - xml_writer_string writer; - - CHECK(test_save_narrow(doc, pugi::format_no_declaration | pugi::format_raw | pugi::format_write_bom_utf8, encoding_utf8, "\xef\xbb\xbf", 11)); -} - // parse - it's now load_buffer_inplace TEST(document_parse) { -- cgit v1.2.3