diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-14 11:41:54 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-14 11:41:54 +0100 |
commit | 2531d16dec23c8aab6fba71b9bdbef978eb4d29e (patch) | |
tree | ebd7e29042274c606f104c1bb512c7307179f3be | |
parent | 5f7861e6ce212f47420533aed302fa4b5510557d (diff) |
we can enable the tests again
Change-Id: Id606b832a05c240fc8326849bff97bb4fe7bc906
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index 645febe5b2e4..9830f0a91646 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -39,8 +39,8 @@ public: CPPUNIT_TEST(test); CPPUNIT_TEST(testErrorBarXLSX); CPPUNIT_TEST(testTrendline); - //CPPUNIT_TEST(testStockChart); - //CPPUNIT_TEST(testBarChart); + CPPUNIT_TEST(testStockChart); + CPPUNIT_TEST(testBarChart); CPPUNIT_TEST_SUITE_END(); |