summaryrefslogtreecommitdiff
path: root/unoxml/test
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/test')
-rw-r--r--unoxml/test/domtest.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx
index 9c9304bc0478..5d49922605a9 100644
--- a/unoxml/test/domtest.cxx
+++ b/unoxml/test/domtest.cxx
@@ -36,14 +36,12 @@
#include "../source/dom/documentbuilder.hxx"
-
using namespace ::DOM;
using namespace ::comphelper;
using namespace ::com::sun::star;
namespace
{
-
// valid xml
static const char validTestFile[] =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?> \
@@ -373,14 +371,10 @@ struct SerializerTest : public CppUnit::TestFixture
CPPUNIT_TEST_SUITE_END();
};
-// -----------------------------------------------------------------------------
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(BasicTest, "BasicTest");
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(SerializerTest, "SerializerTest");
}
-
-// -----------------------------------------------------------------------------
-
// this macro creates an empty function, which will called by the RegisterAllFunctions()
// to let the user the possibility to also register some functions by hand.
NOADDITIONAL;