summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:28:32 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:02 -0600
commit43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12 (patch)
treebe9cd3fbdee7ff7184b54943f047df5ad627238e /smoketest
parent628ee842afa2b5f6798caad4ed55b60ef64a5e1d (diff)
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
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(&quot;SOLARSRC&quot;) &lt;&gt; &quot;&quot; then
+ REM need to have the binfilter component, and SRC_ROOT set to find sample docs
+ if Environ(&quot;SRC_ROOT&quot;) &lt;&gt; &quot;&quot; then
oBinFilterComp = createUnoService( &quot;com.sun.star.comp.office.BF_MigrateFilter&quot; )
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(&quot;SOLARSRC&quot;))
+ SOLARSRC = ConvertToURL(Environ(&quot;SRC_ROOT&quot;))
sFileName50 = SOLARSRC+&quot;/qadevOOo/testdocs/ttt.&quot;+GetDocEndings(gCurrentDocTest or cFlt50)
oDoc = LoadDoc (sFileName50)