diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-03-21 22:11:02 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-03-21 22:15:06 +0100 |
commit | 3cccd9c1b01fe12c795bb7fb0ff5b1a49544c727 (patch) | |
tree | 3eeba34dcb2a537420ce06cb12738deb34f15a72 | |
parent | 38cd1d9a5f00dc69ba0d60e2fe6957090c7a26d1 (diff) |
sw: load_save_test is not a unit test
This was originally added as a complex test as a convenient way to bulk
load/store documents, before nice features like soffice --convert-to.
Running it as such doesn't do anything, since the "FIXME" directories it
reads files from don't exist (actually it even failsa to run on WNT).
Change-Id: If74fc30997a0f5f67009b765f5e9e79d72d00ece
-rw-r--r-- | sw/PythonTest_sw_python.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/PythonTest_sw_python.mk b/sw/PythonTest_sw_python.mk index 9e8d0d24232b..3c5e2d58e2ca 100644 --- a/sw/PythonTest_sw_python.mk +++ b/sw/PythonTest_sw_python.mk @@ -22,7 +22,6 @@ $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\ check_indexed_property_values \ check_styles \ check_table \ - load_save_test \ get_expression \ set_expression \ var_fields \ |