[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/qa
Laurent Godard
lgodard.libre at laposte.net
Wed Oct 2 09:18:43 PDT 2013
sc/qa/unit/ucalc.cxx | 2 +-
sc/qa/unit/ucalc.hxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 47b5a52d50cd6ff4a3436c5f5b6f510438d652a3
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Wed Oct 2 18:17:34 2013 +0200
rename unit test
Change-Id: I9c5af3cde257d4d2cab91faf4823bf7ee1626a79
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ebfe925..662d11c 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4051,7 +4051,7 @@ void Test::testNoteDeleteCol()
pDoc->DeleteTab(0);
}
-void Test::testNotesRowMinMax()
+void Test::testAerasWithNotes()
{
ScDocument* pDoc = getDocShell().GetDocument();
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index f44d309..e8a976b 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -269,7 +269,7 @@ public:
void testShiftCells();
void testNoteDeleteRow();
void testNoteDeleteCol();
- void testNotesRowMinMax();
+ void testAerasWithNotes();
// void testSwapCells();
void testAnchoredRotatedShape();
void testCellTextWidth();
@@ -373,7 +373,7 @@ public:
CPPUNIT_TEST(testShiftCells);
CPPUNIT_TEST(testNoteDeleteRow);
CPPUNIT_TEST(testNoteDeleteCol);
- CPPUNIT_TEST(testNotesRowMinMax);
+ CPPUNIT_TEST(testAerasWithNotes);
// CPPUNIT_TEST(testSwapCells);
CPPUNIT_TEST(testAnchoredRotatedShape);
CPPUNIT_TEST(testCellTextWidth);
More information about the Libreoffice-commits
mailing list