summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/data/Global.xml4
-rw-r--r--smoketest/data/Test_10er.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/smoketest/data/Global.xml b/smoketest/data/Global.xml
index 8c549f824be2..dbe5c3475a7e 100644
--- a/smoketest/data/Global.xml
+++ b/smoketest/data/Global.xml
@@ -120,8 +120,8 @@ Dim gDlgState as Integer
Sub SetGlobalDoc
gOutputDoc = ThisComponent
- REM need to have the binfilter component, and SOLARSRC set to find sample docs
- if Environ("SOLARSRC") <> "" then
+ REM need to have the binfilter component, and SRC_ROOT set to find sample docs
+ if Environ("SRC_ROOT") <> "" then
oBinFilterComp = createUnoService( "com.sun.star.comp.office.BF_MigrateFilter" )
End If
end Sub
diff --git a/smoketest/data/Test_10er.xml b/smoketest/data/Test_10er.xml
index 54ee0769a5b8..f06b9a24b5e9 100644
--- a/smoketest/data/Test_10er.xml
+++ b/smoketest/data/Test_10er.xml
@@ -395,7 +395,7 @@ Sub MakeDocTest
gCurrentTestCase = cDocOpen50
if bMakeOpen50Test and IsFilterAvailable (gCurrentDocTest or cFlt50) then
- SOLARSRC = ConvertToURL(Environ("SOLARSRC"))
+ SOLARSRC = ConvertToURL(Environ("SRC_ROOT"))
sFileName50 = SOLARSRC+"/qadevOOo/testdocs/ttt."+GetDocEndings(gCurrentDocTest or cFlt50)
oDoc = LoadDoc (sFileName50)