diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-11 21:16:21 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-11 21:16:21 +0100 |
commit | f27dec459621543c9dcd94c72ab6af8147b8b4d6 (patch) | |
tree | 6a10b93a8ef8afa598052d814ad38e2a6e44bd50 /sfx2/JunitTest_sfx2_complex.mk | |
parent | cc72dd1a32cf6acaba613fa6ea289a7bd89ef1d2 (diff) |
gnumake3: more work on junit subsequenttest migration
Diffstat (limited to 'sfx2/JunitTest_sfx2_complex.mk')
-rwxr-xr-x | sfx2/JunitTest_sfx2_complex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/JunitTest_sfx2_complex.mk b/sfx2/JunitTest_sfx2_complex.mk index 3513b63b06c8..ab8c90e47347 100755 --- a/sfx2/JunitTest_sfx2_complex.mk +++ b/sfx2/JunitTest_sfx2_complex.mk @@ -29,7 +29,7 @@ $(eval $(call gb_JunitTest_JunitTest,sfx2_complex)) $(eval $(call gb_JunitTest_set_defs,sfx2_complex,\ $$(DEFS) \ - -Dorg.openoffice.test.arg.docpath=$(SRCDIR)/sfx2/qa/complex/framework/testdocuments \ + -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sfx2/qa/complex/framework/testdocuments \ )) $(eval $(call gb_JunitTest_add_sourcefiles,sfx2_complex,\ |