summaryrefslogtreecommitdiff
path: root/sfx2/JunitTest_sfx2_unoapi.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-05 20:49:38 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-05 21:01:48 +0200
commitb1fd48de5fd7cd6385a63463d914d6d50e154bf9 (patch)
tree34de0faa4f72ac1c7127a60f7dfe6ba9aef08c72 /sfx2/JunitTest_sfx2_unoapi.mk
parentcd0308ba9c284d6ed336955e758a689bd8028a96 (diff)
remove some obsolete boilerplate Test.java
Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6
Diffstat (limited to 'sfx2/JunitTest_sfx2_unoapi.mk')
-rw-r--r--sfx2/JunitTest_sfx2_unoapi.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/JunitTest_sfx2_unoapi.mk b/sfx2/JunitTest_sfx2_unoapi.mk
index eb0735f59ed0..14da689380e0 100644
--- a/sfx2/JunitTest_sfx2_unoapi.mk
+++ b/sfx2/JunitTest_sfx2_unoapi.mk
@@ -34,12 +34,8 @@ $(eval $(call gb_JunitTest_use_jars,sfx2_unoapi,\
jurt \
))
-$(eval $(call gb_JunitTest_add_sourcefiles,sfx2_unoapi,\
- sfx2/qa/unoapi/Test \
-))
-
$(eval $(call gb_JunitTest_add_classes,sfx2_unoapi,\
- unoapi.Test \
+ org.openoffice.test.UnoApiTest \
))
# vim: set noet sw=4 ts=4: