diff options
Diffstat (limited to 'tests/test_deprecated.cpp')
-rw-r--r-- | tests/test_deprecated.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 <vector> #include <iterator> -// format_write_bom_utf8 - it's now format_write_bom! -TEST_XML(document_save_bom_utf8, "<node/>") -{ - 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<node />", 11)); -} - // parse - it's now load_buffer_inplace TEST(document_parse) { |