summaryrefslogtreecommitdiff
path: root/cppu/qa/test_any.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/test_any.cxx')
-rw-r--r--cppu/qa/test_any.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx
index 84f5fb638efa..71afe9b31a5a 100644
--- a/cppu/qa/test_any.cxx
+++ b/cppu/qa/test_any.cxx
@@ -33,13 +33,11 @@
#include <stdlib.h> // wntmsci10 does not like <cstdlib>
-#include "preextstl.h"
#include <cppunit/TestSuite.h>
#include <cppunit/TestFixture.h>
#include <cppunit/TestCase.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <cppunit/extensions/HelperMacros.h>
-#include "postextstl.h"
#include "Enum1.hpp"
#include "Enum2.hpp"
@@ -205,45 +203,25 @@ public:
class Test: public CppUnit::TestFixture {
public:
void testVoid();
-
void testBoolean();
-
void testByte();
-
void testShort();
-
void testUnsignedShort();
-
void testLong();
-
void testUnsignedLong();
-
void testHyper();
-
void testUnsignedHyper();
-
void testFloat();
-
void testDouble();
-
void testChar();
-
void testString();
-
void testType();
-
void testSequence();
-
void testEnum();
-
void testStruct();
-
void testPoly();
-
void testException();
-
void testInterface();
-
void testNull();
CPPUNIT_TEST_SUITE(Test);