diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-13 22:58:24 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-13 22:58:41 +0100 |
commit | 14fb96bb488e3ed1d73910a5d37f893fa12e2dca (patch) | |
tree | 3d4635fe79ecf4b97f1c4257eeb46e223e59856c /chart2/qa | |
parent | 7efdb77f53a5b499bc58f20ce9b146d7e47cda92 (diff) |
disable tests for now
Change-Id: I4f71d05bdfa1e7668bb1410c4b0a735a9c451d89
Diffstat (limited to 'chart2/qa')
-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 8536e18ea378..6c0f54925837 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -37,8 +37,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(); |