diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-07 13:47:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-07 19:36:08 +0200 |
commit | 14574226846ece3ccefbba14c55e1f15c0d5707c (patch) | |
tree | 91cb8c61a1035051a9d36afabd4851b80ef1447a | |
parent | 4fc788312b52678f9d4b658bf235091c55241337 (diff) |
rename the test
Change-Id: I5c72782d90dbdaf1320f1685b530aed49ad80f18
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/ucalc.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 3f88cf5cf81d..d9fe623f598e 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -7096,7 +7096,7 @@ void Test::testCondCopyPasteSingleCell() m_pDoc->DeleteTab(0); } -void Test::testCopySheetCondFormat() +void Test::testCondCopyPasteSheetBetweenDoc() { m_pDoc->InsertTab(0, "Test"); diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index 2bb3afbb0cfe..c207fd5ee396 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -377,7 +377,7 @@ public: void testCondFormatInsertDeleteSheets(); void testCondCopyPaste(); void testCondCopyPasteSingleCell(); //e.g. fdo#82503 - void testCopySheetCondFormat(); + void testCondCopyPasteSheetBetweenDoc(); void testIconSet(); void testImportStream(); @@ -559,7 +559,7 @@ public: CPPUNIT_TEST(testCondFormatInsertDeleteSheets); CPPUNIT_TEST(testCondCopyPaste); CPPUNIT_TEST(testCondCopyPasteSingleCell); - CPPUNIT_TEST(testCopySheetCondFormat); + CPPUNIT_TEST(testCondCopyPasteSheetBetweenDoc); CPPUNIT_TEST(testIconSet); CPPUNIT_TEST(testImportStream); CPPUNIT_TEST(testDeleteContents); |