diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-19 17:58:54 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-19 18:12:06 +0200 |
commit | 37536c84ab187b8182c5afff912a82746b08b0a8 (patch) | |
tree | cbda25f9e4f0ac9b92eab5690a876c44187124fe | |
parent | ee7dacf6f0900b3a62e489e8d7bad315711a704d (diff) |
seems there is a difference of one point between clang/gcc in chart test
I need to write a xml diff with configurable tolerance for attributes
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index a40b0d888ff8..b6a42e178a57 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -54,7 +54,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ JunitTest_sc_unoapi \ CppunitTest_sc_cellrangeobj \ - CppunitTest_sc_chart_regression_test \ $(if $(filter-out $(OS),IOS), \ CppunitTest_sc_databaserangeobj) \ CppunitTest_sc_datapilottableobj \ |