summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_complex.mk
diff options
context:
space:
mode:
authoraqcoder <flw.aquarius@gmail.com>2016-03-24 13:42:24 +0800
committerjan iversen <jani@documentfoundation.org>2016-03-24 09:33:55 +0000
commit0f543e38722f25a2969d500513167a3305097ed8 (patch)
tree26b624f8a8cea88da7b1c7d64030fb087c07aa36 /sw/JunitTest_sw_complex.mk
parent8d267cdd48e8b736a81a9e76ea5803e6847d791e (diff)
tdf#97362: Convert Java unit test to Python(check_change_color.py)
Change-Id: I0fa4973b6af028666428fa58438eaf39f7b81d27 Reviewed-on: https://gerrit.libreoffice.org/23482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw/JunitTest_sw_complex.mk')
-rw-r--r--sw/JunitTest_sw_complex.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index afa5398d6d39..9e11a75a8b7d 100644
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.mk
@@ -26,7 +26,6 @@ $(eval $(call gb_JunitTest_set_defs,sw_complex,\
$(eval $(call gb_JunitTest_add_sourcefiles,sw_complex,\
sw/qa/complex/accessibility/AccessibleRelationSet \
- sw/qa/complex/checkColor/CheckChangeColor \
sw/qa/complex/indeterminateState/CheckIndeterminateState \
sw/qa/complex/writer/CheckBookmarks \
sw/qa/complex/writer/TestDocument \
@@ -43,7 +42,6 @@ $(eval $(call gb_JunitTest_use_jars,sw_complex,\
$(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.accessibility.AccessibleRelationSet \
- complex.checkColor.CheckChangeColor \
complex.writer.CheckBookmarks \
complex.writer.TextPortionEnumerationTest \
))