diff options
author | Andras Timar <atimar@suse.com> | 2012-03-23 11:44:17 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-23 11:45:18 +0100 |
commit | fb067f9bb25c49ee50b8fd62c844812d6a875805 (patch) | |
tree | 1eafdc3c5c4f631dabb14f807e0cc2881644a7be /testtools | |
parent | b13f2b5788bc27d055e20926053244e824ac5bd6 (diff) |
replace OpenOffice.org to LibreOffice in registry keys
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/qa/cliversioning/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/qa/cliversioning/makefile.mk b/testtools/qa/cliversioning/makefile.mk index c4708f2d8337..329fa15952fa 100644 --- a/testtools/qa/cliversioning/makefile.mk +++ b/testtools/qa/cliversioning/makefile.mk @@ -60,7 +60,7 @@ echo : @echo ########################### N O T E ###################################### @echo . @echo To run the test you have to provide the path to the office location. It must - @echo contain the ure (d:\myOffice\OpenOffice.org\URE). + @echo contain the ure (d:\myOffice\LibreOffice\URE). @echo Also an office must be installed with full system integration. @echo Example: @echo dmake run office="d:\myOffice" @@ -87,7 +87,7 @@ CT_NOOFFICE = -NoOffice # --- Targets ------------------------------------------------------ RUN: $(MISC)$/copyassemblies.done - java -cp $(CLASSPATH) -DSystemRoot=$(SystemRoot) -Dcli_test_program=$(BIN)$/runtests.exe -Dpath="$(office)"\OpenOffice.org\URE\bin $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST) + java -cp $(CLASSPATH) -DSystemRoot=$(SystemRoot) -Dcli_test_program=$(BIN)$/runtests.exe -Dpath="$(office)"\LibreOffice\URE\bin $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST) run: RUN |