[Libreoffice-commits] core.git: tools/CppunitTest_tools_test.mk tools/qa tools/test
Juan Picca
jumapico at gmail.com
Fri Oct 24 01:17:52 PDT 2014
tools/CppunitTest_tools_test.mk | 1
tools/qa/cppunit/test_fract.cxx | 102 ++++++++++++++++++++++++++++++++++++
tools/test/tests.cxx | 111 ----------------------------------------
3 files changed, 103 insertions(+), 111 deletions(-)
New commits:
commit 6805d77c70c98d6fadccb3d4d8c0823924aca18b
Author: Juan Picca <jumapico at gmail.com>
Date: Thu Oct 23 21:37:43 2014 -0200
Fract: enable tests
Change-Id: I00650503f15f2dcd45b07e3c529965336e8391e6
Reviewed-on: https://gerrit.libreoffice.org/12080
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk
index bd514b5..58baeb5 100644
--- a/tools/CppunitTest_tools_test.mk
+++ b/tools/CppunitTest_tools_test.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
tools/qa/cppunit/test_bigint \
+ tools/qa/cppunit/test_fract \
tools/qa/cppunit/test_inetmime \
tools/qa/cppunit/test_pathutils \
tools/qa/cppunit/test_reversemap \
diff --git a/tools/test/tests.cxx b/tools/qa/cppunit/test_fract.cxx
similarity index 97%
rename from tools/test/tests.cxx
rename to tools/qa/cppunit/test_fract.cxx
index 5e848c4..bcc6ad2 100644
--- a/tools/test/tests.cxx
+++ b/tools/qa/cppunit/test_fract.cxx
@@ -31,13 +31,6 @@ namespace tools
class FractionTest : public CppUnit::TestFixture
{
public:
- void setUp()
- {
- }
-
- void tearDown()
- {
- }
void testFraction()
{
@@ -106,6 +99,4 @@ public:
CPPUNIT_TEST_SUITE_REGISTRATION(FractionTest);
} // namespace tools
-CPPUNIT_PLUGIN_IMPLEMENT();
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list