expedient fix to get test-suite auto executed

This commit is contained in:
Caolán McNamara 2011-10-17 10:53:27 +01:00
parent 17523de685
commit 74b648ed61

View File

@ -54,7 +54,7 @@ protected:
CPPUNIT_TEST_SUITE_END();
};
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(testupdate::test, "update");
CPPUNIT_TEST_SUITE_REGISTRATION(testupdate::test);
} // namespace testupdate
CPPUNIT_PLUGIN_IMPLEMENT();