diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-06 14:14:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-06 14:14:28 +0200 |
commit | d8eca4ed55c2d9e3af22556afe901e6cd553bc84 (patch) | |
tree | e79e3e97bd8b933cd8f7fd1d69e8b39118c4b7f3 /linguistic | |
parent | a5339d44ec21603671123b589d7e7cf610e1c1f7 (diff) |
JunitTest_linguistic_unoapi.mk still referenced removed qa/unoapi/Test.java.
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/JunitTest_linguistic_unoapi.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linguistic/JunitTest_linguistic_unoapi.mk b/linguistic/JunitTest_linguistic_unoapi.mk index 24a7b3334aa5..e67a855050e1 100644 --- a/linguistic/JunitTest_linguistic_unoapi.mk +++ b/linguistic/JunitTest_linguistic_unoapi.mk @@ -43,12 +43,8 @@ $(eval $(call gb_JunitTest_add_jars,linguistic_unoapi,\ $(OUTDIR)/bin/jurt.jar \ )) -$(eval $(call gb_JunitTest_add_sourcefiles,linguistic_unoapi,\ - linguistic/qa/unoapi/Test \ -)) - $(eval $(call gb_JunitTest_add_classes,linguistic_unoapi,\ - org.openoffice.linguistic.qa.unoapi.Test \ + org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: |