Kaydet (Commit) 0bdb8eda authored tarafından Markus Mohrhard's avatar Markus Mohrhard

that test case is not necessary anymore

It was just my initial test case to get that working.
üst 4b8b2ce1
......@@ -38,7 +38,6 @@ protected:
virtual void registerNamespaces(xmlXPathContextPtr& pXmlXPathCtx) SAL_OVERRIDE;
public:
Chart2ExportTest() : ChartTest() {}
void test();
void testErrorBarXLSX();
void testTrendline();
void testTrendlineOOXML();
......@@ -93,7 +92,6 @@ public:
void testNoMarkerXLSX();
CPPUNIT_TEST_SUITE(Chart2ExportTest);
CPPUNIT_TEST(test);
CPPUNIT_TEST(testErrorBarXLSX);
CPPUNIT_TEST(testTrendline);
CPPUNIT_TEST(testTrendlineOOXML);
......@@ -159,12 +157,6 @@ protected:
};
void Chart2ExportTest::test()
{
load("/chart2/qa/extras/data/ods/", "simple_export_chart.ods");
reload("Calc Office Open XML");
}
namespace {
struct CheckForChartName
......
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