Kaydet (Commit) 24591677 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix naming

Change-Id: Id167385e832b1cd78d0612fc2a7611aa76bf0601
üst 4e631a09
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_JunitTest_JunitTest,dbaccess_ju_complex)) $(eval $(call gb_JunitTest_JunitTest,dbaccess_complex))
$(eval $(call gb_JunitTest_use_jars,dbaccess_ju_complex,\ $(eval $(call gb_JunitTest_use_jars,dbaccess_complex,\
ConnectivityTools \ ConnectivityTools \
OOoRunner \ OOoRunner \
jurt \ jurt \
...@@ -18,17 +18,17 @@ $(eval $(call gb_JunitTest_use_jars,dbaccess_ju_complex,\ ...@@ -18,17 +18,17 @@ $(eval $(call gb_JunitTest_use_jars,dbaccess_ju_complex,\
unoil \ unoil \
)) ))
$(eval $(call gb_JunitTest_set_defs,dbaccess_ju_complex,\ $(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
$$(DEFS) \ $$(DEFS) \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
)) ))
$(eval $(call gb_JunitTest_add_classes,dbaccess_ju_complex,\ $(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
complex.dbaccess.Beamer \ complex.dbaccess.Beamer \
complex.dbaccess.PropertyBag \ complex.dbaccess.PropertyBag \
)) ))
$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_ju_complex,\ $(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
dbaccess/qa/complex/dbaccess/ApplicationController \ dbaccess/qa/complex/dbaccess/ApplicationController \
dbaccess/qa/complex/dbaccess/Beamer \ dbaccess/qa/complex/dbaccess/Beamer \
dbaccess/qa/complex/dbaccess/CRMBasedTestCase \ dbaccess/qa/complex/dbaccess/CRMBasedTestCase \
......
...@@ -7,16 +7,16 @@ ...@@ -7,16 +7,16 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_JunitTest_JunitTest,dbaccess_ju_unoapi)) $(eval $(call gb_JunitTest_JunitTest,dbaccess_unoapi))
$(eval $(call gb_JunitTest_set_defs,dbaccess_ju_unoapi,\ $(eval $(call gb_JunitTest_set_defs,dbaccess_unoapi,\
$$(DEFS) \ $$(DEFS) \
-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
)) ))
$(eval $(call gb_JunitTest_use_jars,dbaccess_ju_unoapi,\ $(eval $(call gb_JunitTest_use_jars,dbaccess_unoapi,\
OOoRunner \ OOoRunner \
jurt \ jurt \
ridl \ ridl \
...@@ -24,7 +24,7 @@ $(eval $(call gb_JunitTest_use_jars,dbaccess_ju_unoapi,\ ...@@ -24,7 +24,7 @@ $(eval $(call gb_JunitTest_use_jars,dbaccess_ju_unoapi,\
unoil \ unoil \
)) ))
$(eval $(call gb_JunitTest_add_classes,dbaccess_ju_unoapi,\ $(eval $(call gb_JunitTest_add_classes,dbaccess_unoapi,\
org.openoffice.test.UnoApiTest \ org.openoffice.test.UnoApiTest \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment