Kaydet (Commit) f463d68c authored tarafından Tamás Zolnai's avatar Tamás Zolnai

Fix this unit test

Change-Id: Ia231c38cfce03449babc8bc6e72b049ea08b56ae
üst e0a0b6e8
...@@ -2969,8 +2969,10 @@ void ScExportTest::testPivotTableMedian() ...@@ -2969,8 +2969,10 @@ void ScExportTest::testPivotTableMedian()
const ScDPSaveDimension* pDim = aDims.back(); const ScDPSaveDimension* pDim = aDims.back();
CPPUNIT_ASSERT_EQUAL_MESSAGE( CPPUNIT_ASSERT_EQUAL_MESSAGE(
"Function for the data field should be COUNT.", "Function for the data field should be MEDIAN.",
sal_uInt16(sheet::GeneralFunction_MEDIAN), pDim->GetFunction()); sal_uInt16(sheet::GeneralFunction_MEDIAN), pDim->GetFunction());
xDocSh2->DoClose();
} }
void ScExportTest::testFunctionsExcel2010ODS() void ScExportTest::testFunctionsExcel2010ODS()
......
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