From 742a1db2df5bebacd27cb0dedccb4bcbbba1babe Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Tue, 20 Mar 2012 05:05:35 +0000 Subject: tests: Added new test for string/istream include interaction (this actually fails on DMC) git-svn-id: http://pugixml.googlecode.com/svn/trunk@865 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_header_string_iostream.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_header_string_iostream.cpp diff --git a/tests/test_header_string_iostream.cpp b/tests/test_header_string_iostream.cpp new file mode 100644 index 0000000..1105626 --- /dev/null +++ b/tests/test_header_string_iostream.cpp @@ -0,0 +1,5 @@ +// Tests compatibility with string/iostream +#include +#include "../src/pugixml.hpp" +#include +#include -- cgit v1.2.3