summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/cppunit/webdav/webdav_local_neon.cxx21
1 files changed, 3 insertions, 18 deletions
diff --git a/ucb/qa/cppunit/webdav/webdav_local_neon.cxx b/ucb/qa/cppunit/webdav/webdav_local_neon.cxx
index d65e6f756de7..b509229cb853 100644
--- a/ucb/qa/cppunit/webdav/webdav_local_neon.cxx
+++ b/ucb/qa/cppunit/webdav/webdav_local_neon.cxx
@@ -7,7 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <test/bootstrapfixture.hxx>
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include "NeonUri.hxx"
@@ -15,17 +16,10 @@
namespace
{
- class webdav_local_test: public test::BootstrapFixture
+ class webdav_local_test: public CppUnit::TestFixture
{
public:
- webdav_local_test() : BootstrapFixture( true, true ) {}
-
- // initialise your test code values here.
- void setUp( ) override;
-
- void tearDown( ) override;
-
void NeonUriTest();
// Change the following lines only, if you add, remove or rename
@@ -37,15 +31,6 @@ namespace
CPPUNIT_TEST_SUITE_END();
}; // class webdav_local_test
- // initialise your test code values here.
- void webdav_local_test::setUp()
- {
- }
-
- void webdav_local_test::tearDown()
- {
- }
-
void webdav_local_test::NeonUriTest()
{
//try URL decomposition