summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-07 13:47:43 +0200
committerAndras Timar <andras.timar@collabora.com>2014-09-09 14:33:35 +0200
commit824ee35a3d4ed022ee1d7a181241934ab7b32993 (patch)
tree00726ea453ca17c896853906408b999ecd091cb3 /sc
parent5ec1c2ab3590ffae6f7c63d538c3da33e822be5b (diff)
rename the test
Conflicts: sc/qa/unit/ucalc.hxx Change-Id: I5c72782d90dbdaf1320f1685b530aed49ad80f18
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc.cxx2
-rw-r--r--sc/qa/unit/ucalc.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 63787d808656..73745e070c34 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4946,7 +4946,7 @@ void Test::testCondFormatInsertRow()
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 f4a83e5285b0..f2a2ba8f2b18 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -301,7 +301,7 @@ public:
void testCondFormatINSDEL();
void testCondFormatInsertRow();
void testCondFormatInsertCol();
- void testCopySheetCondFormat();
+ void testCondCopyPasteSheetBetweenDoc();
CPPUNIT_TEST_SUITE(Test);
#if CALC_TEST_PERF
@@ -413,7 +413,7 @@ public:
CPPUNIT_TEST(testCellTextWidth);
CPPUNIT_TEST(testEditTextIterator);
CPPUNIT_TEST(testCondFormatINSDEL);
- CPPUNIT_TEST(testCopySheetCondFormat);
+ CPPUNIT_TEST(testCondCopyPasteSheetBetweenDoc);
CPPUNIT_TEST_SUITE_END();
private: