summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-15 13:55:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-15 13:56:21 +0200
commit2afe4c170dca7c45ef6be1563727193f53aa60c7 (patch)
treeea019d59aaa2bec2aadceeced745bca2d694b586 /sw/qa
parent618a0f8c0349daa31cbaea097e2cc60e74f4076d (diff)
Clean up function declarations and some unused functions
Change-Id: I58c425ab9d2c01f8844226aff820dd56d88ec09c
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/core/Test-BigPtrArray.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/qa/core/Test-BigPtrArray.cxx b/sw/qa/core/Test-BigPtrArray.cxx
index 3320d7dbfcfd..18749d8164a7 100644
--- a/sw/qa/core/Test-BigPtrArray.cxx
+++ b/sw/qa/core/Test-BigPtrArray.cxx
@@ -722,6 +722,7 @@ public:
CPPUNIT_TEST(test_remove_all_elements_at_once);
CPPUNIT_TEST(test_move_elements_from_lower_to_higher_pos);
CPPUNIT_TEST(test_move_elements_from_higher_to_lower_pos);
+ CPPUNIT_TEST(test_move_to_same_position);
CPPUNIT_TEST(test_replace_elements);
CPPUNIT_TEST(test_for_each);
CPPUNIT_TEST(test_for_some1);
@@ -733,6 +734,8 @@ public:
const char* START = "START: ";
const char* END = "END: ";
+#if defined TIMELOG
+
class PerformanceTracer
{
public:
@@ -825,6 +828,8 @@ private:
}
};
+#endif
+
// register test suites
CPPUNIT_TEST_SUITE_REGISTRATION(BigPtrArrayUnittest);
#ifdef TIMELOG