[Libreoffice-commits] .: extensions/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Oct 17 02:53:36 PDT 2011
extensions/qa/update/test_update.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 74b648ed610aaa14d02dbaa8dfd59f6c5becde63
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Oct 17 10:53:27 2011 +0100
expedient fix to get test-suite auto executed
diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx
index b1a02a0..d60e59e 100644
--- a/extensions/qa/update/test_update.cxx
+++ b/extensions/qa/update/test_update.cxx
@@ -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();
More information about the Libreoffice-commits
mailing list