summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-23 12:03:52 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-23 12:04:46 +0200
commit47c6f602f7874f3bbc48f970a29f3780e8927963 (patch)
tree4d253460c35f24925090862625c4d23b6f0474ad /unotest
parent77d80f9e5bf2c34bacc9bbdf1cfc3bafe593dd51 (diff)
Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on Android
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/bootstrapfixturebase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx
index 907535e887f5..d135992688ce 100644
--- a/unotest/source/cpp/bootstrapfixturebase.cxx
+++ b/unotest/source/cpp/bootstrapfixturebase.cxx
@@ -58,8 +58,8 @@ test::BootstrapFixtureBase::BootstrapFixtureBase()
m_aSolverRootURL += rtl::OUString::createFromAscii( "/" );
#endif
#else
- const char* pSrcRoot = "/";
- const char* pSolverRoot = "/";
+ const char* pSrcRoot = "/assets";
+ const char* pSolverRoot = "/assets";
#endif
m_aSrcRootPath = rtl::OUString::createFromAscii( pSrcRoot );
m_aSrcRootURL += m_aSrcRootPath;