diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-14 23:46:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:21:48 +0100 |
commit | a04d91ea3b11a37b8717999aeeb72239077b4619 (patch) | |
tree | 6c2167b59fa80f9d569f1acc3fbea57f7e9a26eb /comphelper/qa | |
parent | 80ebe51e60cf67b36946764816b53a5d962bafdb (diff) |
restore cppunit test (yet again)
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/string/test_string.cxx | 14 | ||||
-rw-r--r-- | comphelper/qa/string/test_string_noadditional.cxx | 33 |
2 files changed, 5 insertions, 42 deletions
diff --git a/comphelper/qa/string/test_string.cxx b/comphelper/qa/string/test_string.cxx index c448ebb9fb45..eefe7a96f2c4 100644 --- a/comphelper/qa/string/test_string.cxx +++ b/comphelper/qa/string/test_string.cxx @@ -27,20 +27,14 @@ ************************************************************************/ #include "precompiled_comphelper.hxx" -#include "sal/config.h" +#include "sal/cppunit.h" -#include "comphelper/string.hxx" +#include <comphelper/string.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/i18n/CharType.hpp> -#include <cppunit/TestFixture.h> -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> - -#include "rtl/string.h" -#include "rtl/ustring.h" +#include "rtl/string.hxx" #include "rtl/ustring.hxx" -#include "sal/types.h" namespace { @@ -298,4 +292,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(TestString); } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/comphelper/qa/string/test_string_noadditional.cxx b/comphelper/qa/string/test_string_noadditional.cxx deleted file mode 100644 index 9f3bfe5061ab..000000000000 --- a/comphelper/qa/string/test_string_noadditional.cxx +++ /dev/null @@ -1,33 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#include <cppunit/plugin/TestPlugIn.h> - -CPPUNIT_PLUGIN_IMPLEMENT(); - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |