diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-01 23:57:18 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-01 23:58:49 +0200 |
commit | 535ee445a213b67b4135805585427662d36b10db (patch) | |
tree | 1ff21e03ea3c315e8672bc0e5461bdbb9751a75e | |
parent | d825e23cc447b86604a89b08cb09dca82c16925d (diff) |
move chart regression test data files to chart2
-rw-r--r-- | chart2/qa/unit/data/ods/testChart.ods (renamed from sc/qa/unit/data/ods/testChart.ods) | bin | 11156 -> 11156 bytes | |||
-rw-r--r-- | sc/qa/extras/regression-test.cxx | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sc/qa/unit/data/ods/testChart.ods b/chart2/qa/unit/data/ods/testChart.ods Binary files differindex 956f57d525f0..956f57d525f0 100644 --- a/sc/qa/unit/data/ods/testChart.ods +++ b/chart2/qa/unit/data/ods/testChart.ods diff --git a/sc/qa/extras/regression-test.cxx b/sc/qa/extras/regression-test.cxx index 89d9d87614a0..4041fd45876c 100644 --- a/sc/qa/extras/regression-test.cxx +++ b/sc/qa/extras/regression-test.cxx @@ -61,8 +61,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -/* Implementation of Macros test */ - class ScChartRegressionTest : public test::BootstrapFixture, public unotest::MacrosTest { public: @@ -135,7 +133,7 @@ void ScChartRegressionTest::test() } ScChartRegressionTest::ScChartRegressionTest() - : m_aBaseString(RTL_CONSTASCII_USTRINGPARAM("/sc/qa/unit/data")) + : m_aBaseString(RTL_CONSTASCII_USTRINGPARAM("/chart2/qa/unit/data")) { } |