From f69c5fc25ed730f64edea03f51a20892f0d616fa Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Tue, 24 Mar 2009 21:04:20 +0000 Subject: [PATCH] Fix XML tests This was SVN commit r6774. --- source/ps/XML/tests/test_XeroXMB.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/ps/XML/tests/test_XeroXMB.h b/source/ps/XML/tests/test_XeroXMB.h index b0adf21d9a..eda29d7ac3 100644 --- a/source/ps/XML/tests/test_XeroXMB.h +++ b/source/ps/XML/tests/test_XeroXMB.h @@ -4,11 +4,8 @@ #include "lib/file/io/write_buffer.h" -#include #include -XERCES_CPP_NAMESPACE_USE - class TestXeroXMB : public CxxTest::TestSuite { private: @@ -98,7 +95,7 @@ public: void test_iso88591() { - XMBFile xmb (parse("ሴ\xE1\x88\xB4")); + XMBFile xmb (parse("ሴ\xE1\x88\xB4")); CStrW text; text = xmb.GetRoot().GetText();