diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-30 20:09:22 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-30 23:48:14 +0100 |
commit | 3dbc46d99a14b56f27371d45736b11904a1f3dc8 (patch) | |
tree | bb71a55dd75ed0937f47c62243600cc708674877 /test | |
parent | 130028f2b4f27765ddf1b657f1f8e1d4a4005698 (diff) |
move c++ based subsequenttest to sc/qa/extras
Diffstat (limited to 'test')
-rw-r--r-- | test/source/unoapi_test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/unoapi_test.cxx b/test/source/unoapi_test.cxx index 0a8213e539ad..0a6f4aa4adf0 100644 --- a/test/source/unoapi_test.cxx +++ b/test/source/unoapi_test.cxx @@ -29,7 +29,7 @@ #include "test/unoapi_test.hxx" UnoApiTest::UnoApiTest() - : m_aBaseString(RTL_CONSTASCII_USTRINGPARAM("/sc/qa/unoapi/testdocuments")) + : m_aBaseString(RTL_CONSTASCII_USTRINGPARAM("/sc/qa/extras/testdocuments")) { } |