diff options
author | Deena Francis <deena.francis@gmail.com> | 2015-02-16 22:28:52 +0530 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2015-03-12 01:18:06 +0000 |
commit | 7b355da6853af6678c4ba22710d157cf8a6d43eb (patch) | |
tree | f4776c6b9db2582c4fd52538814d2fcc38f34eb5 /sc/qa/unit/ucalc.hxx | |
parent | 33434f47ac44f5cb4612a11b1c28c4582976cb25 (diff) |
Enhancement tdf#87972 : Cannot repeat items labels on a pivot table
Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a
Reviewed-on: https://gerrit.libreoffice.org/14504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r-- | sc/qa/unit/ucalc.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index 66d281752a45..a60e478bf770 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -290,6 +290,11 @@ public: */ void testPivotTableDocFunc(); + /** + * Test pivot table per-field repeat item labels functionality + */ + void testPivotTableRepeatItemLabels(); + void testCellCopy(); void testSheetCopy(); void testSheetMove(); @@ -530,6 +535,7 @@ public: CPPUNIT_TEST(testPivotTableNumStability); CPPUNIT_TEST(testPivotTableFieldReference); CPPUNIT_TEST(testPivotTableDocFunc); + CPPUNIT_TEST(testPivotTableRepeatItemLabels); CPPUNIT_TEST(testCellCopy); CPPUNIT_TEST(testSheetCopy); CPPUNIT_TEST(testSheetMove); |