summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/directories.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/directories.cxx')
-rw-r--r--unotest/source/cpp/directories.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/unotest/source/cpp/directories.cxx b/unotest/source/cpp/directories.cxx
index 177ed2c6f337..55084a2e3d53 100644
--- a/unotest/source/cpp/directories.cxx
+++ b/unotest/source/cpp/directories.cxx
@@ -28,15 +28,10 @@ OUString getFileURLFromSystemPath(OUString const & path) {
}
test::Directories::Directories() {
-#ifndef ANDROID
const char* pSrcRoot = getenv( "SRC_ROOT" );
CPPUNIT_ASSERT_MESSAGE("SRC_ROOT env variable not set", pSrcRoot != nullptr && pSrcRoot[0] != 0);
const char* pWorkdirRoot = getenv( "WORKDIR_FOR_BUILD" );
CPPUNIT_ASSERT_MESSAGE("$WORKDIR_FOR_BUILD env variable not set", pWorkdirRoot != nullptr && pWorkdirRoot[0] != 0);
-#else
- const char* pSrcRoot = "/assets";
- const char* pWorkdirRoot = "/assets";
-#endif
m_aSrcRootPath = OUString::createFromAscii( pSrcRoot );
m_aSrcRootURL = getFileURLFromSystemPath(m_aSrcRootPath);