diff options
Diffstat (limited to 'editeng/qa/unit')
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 61db59f9308e..fc5828f4a307 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -55,7 +55,7 @@ public: void testConstruction(); CPPUNIT_TEST_SUITE(Test); -// CPPUNIT_TEST(testConstruction); + CPPUNIT_TEST(testConstruction); CPPUNIT_TEST_SUITE_END(); private: |