summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_unoapi.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-27 16:52:01 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-27 16:54:31 +0200
commita19ed6459ae11431cfcd3c62a5a12df958d9ae7b (patch)
tree0c7103d247f945c84bab6150ac7fc1c1d438ea09 /sw/JunitTest_sw_unoapi.mk
parentb8c8022b3ba0612f8ab75e4f57d23290bc68fb76 (diff)
cleanup of unoapi test
Diffstat (limited to 'sw/JunitTest_sw_unoapi.mk')
-rwxr-xr-xsw/JunitTest_sw_unoapi.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/JunitTest_sw_unoapi.mk b/sw/JunitTest_sw_unoapi.mk
index d41ebcd2e839..8366c20226ea 100755
--- a/sw/JunitTest_sw_unoapi.mk
+++ b/sw/JunitTest_sw_unoapi.mk
@@ -42,12 +42,8 @@ $(eval $(call gb_JunitTest_add_jars,sw_unoapi,\
$(OUTDIR)/bin/jurt.jar \
))
-$(eval $(call gb_JunitTest_add_sourcefiles,sw_unoapi,\
- sw/qa/unoapi/Test \
-))
-
$(eval $(call gb_JunitTest_add_classes,sw_unoapi,\
- org.openoffice.sw.qa.unoapi.Test \
+ org.openoffice.test.UnoApiTest \
))
# vim: set noet sw=4 ts=4: