Kaydet (Commit) 77c645fb authored tarafından Miklos Vajna's avatar Miklos Vajna

CppunitTest_desktop_lib: fix reported name of failed test

Change-Id: Iaa9effdcf6d6c6b2292e3fc7b666afdb3678694d
(cherry picked from commit 4f62c147)
üst 18b9b1b7
...@@ -48,13 +48,14 @@ public: ...@@ -48,13 +48,14 @@ public:
LibLODocument_Impl* loadDoc(const char* pName); LibLODocument_Impl* loadDoc(const char* pName);
void closeDoc(); void closeDoc();
void runAllTests();
void testGetStyles(); void testGetStyles();
void testGetFonts(); void testGetFonts();
void testCreateView(); void testCreateView();
CPPUNIT_TEST_SUITE(DesktopLOKTest); CPPUNIT_TEST_SUITE(DesktopLOKTest);
CPPUNIT_TEST(runAllTests); CPPUNIT_TEST(testGetStyles);
CPPUNIT_TEST(testGetFonts);
CPPUNIT_TEST(testCreateView);
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
uno::Reference<lang::XComponent> mxComponent; uno::Reference<lang::XComponent> mxComponent;
...@@ -81,13 +82,6 @@ void DesktopLOKTest::closeDoc() ...@@ -81,13 +82,6 @@ void DesktopLOKTest::closeDoc()
} }
} }
void DesktopLOKTest::runAllTests()
{
testGetStyles();
testGetFonts();
testCreateView();
}
void DesktopLOKTest::testGetStyles() void DesktopLOKTest::testGetStyles()
{ {
LibLODocument_Impl* pDocument = loadDoc("blank_text.odt"); LibLODocument_Impl* pDocument = loadDoc("blank_text.odt");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment