From 6e8eb540c8cfe1bf663c8e4cc15e484f0d8ea0b2 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 15 Jun 2013 17:11:51 +0200 Subject: Migrate CheckFields unit test to python Change-Id: Ia765b37888b4095a735015e792f06fc89201d1a3 Reviewed-on: https://gerrit.libreoffice.org/4294 Reviewed-by: Noel Power Tested-by: Noel Power --- sw/PythonTest_sw_python.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sw/PythonTest_sw_python.mk') diff --git a/sw/PythonTest_sw_python.mk b/sw/PythonTest_sw_python.mk index 0b582a2b1c05..94212491f444 100644 --- a/sw/PythonTest_sw_python.mk +++ b/sw/PythonTest_sw_python.mk @@ -9,8 +9,13 @@ $(eval $(call gb_PythonTest_PythonTest,sw_python)) +$(eval $(call gb_PythonTest_set_defs,sw_python,\ + TDOC="$(SRCDIR)/sw/qa/complex/writer/testdocuments" \ +)) + $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\ check_index \ + check_fields \ get_expression \ set_expression \ var_fields \ -- cgit