[Libreoffice-commits] .: sc/Module_sc.mk sc/qa

2012-11-12 Thread Libreoffice Gerrit user
 sc/Module_sc.mk  |   29 -
 sc/qa/unit/data/xls/pass/EDB-22591-1.xls |binary
 2 files changed, 29 deletions(-)

New commits:
commit 49b8408e028881b8628ca472a028318ec7b32282
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Nov 12 13:16:22 2012 +

add test for EDB-22591

Change-Id: I58b22ab27de3069ae10f68ab0e844a439e6049ce

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 7f4cf50..cf004c7 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -43,36 +43,7 @@ $(eval $(call gb_Module_add_targets,sc,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,sc,\
-CppunitTest_sc_ucalc \
 CppunitTest_sc_filters_test \
-CppunitTest_sc_rangelst_test \
-))
-
-$(eval $(call gb_Module_add_slowcheck_targets,sc, \
-CppunitTest_sc_subsequent_filters_test \
-CppunitTest_sc_subsequent_export_test \
-))
-
-# Disabled to allow the check tinderbox execute the sd tests
-#CppunitTest_sc_chart_regression_test \
-
-$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
-JunitTest_sc_complex \
-JunitTest_sc_unoapi \
-CppunitTest_sc_annotationshapeobj \
-CppunitTest_sc_cellrangeobj \
-$(if $(filter-out $(OS),IOS), \
-   CppunitTest_sc_databaserangeobj) \
-CppunitTest_sc_datapilottableobj \
-CppunitTest_sc_datapilotfieldobj \
-CppunitTest_sc_macros_test \
-CppunitTest_sc_namedrangeobj \
-CppunitTest_sc_namedrangesobj \
-CppunitTest_sc_tablesheetobj \
-CppunitTest_sc_tablesheetsobj \
-CppunitTest_sc_editfieldobj_cell \
-CppunitTest_sc_editfieldobj_header \
-CppunitTest_sc_modelobj \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/sc/qa/unit/data/xls/pass/EDB-22591-1.xls 
b/sc/qa/unit/data/xls/pass/EDB-22591-1.xls
new file mode 100644
index 000..7cc7846
Binary files /dev/null and b/sc/qa/unit/data/xls/pass/EDB-22591-1.xls differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2012-11-12 Thread Libreoffice Gerrit user
 sc/Module_sc.mk |   29 +
 1 file changed, 29 insertions(+)

New commits:
commit 701b6faef5051af92428efa737f98394e6358f25
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Nov 12 13:27:40 2012 +

revert accidental removal of some tests

Change-Id: Id2680f16607a3c9bf87c76c8eb2c1f8a84948510

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index cf004c7..7f4cf50 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -43,7 +43,36 @@ $(eval $(call gb_Module_add_targets,sc,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,sc,\
+CppunitTest_sc_ucalc \
 CppunitTest_sc_filters_test \
+CppunitTest_sc_rangelst_test \
+))
+
+$(eval $(call gb_Module_add_slowcheck_targets,sc, \
+CppunitTest_sc_subsequent_filters_test \
+CppunitTest_sc_subsequent_export_test \
+))
+
+# Disabled to allow the check tinderbox execute the sd tests
+#CppunitTest_sc_chart_regression_test \
+
+$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
+JunitTest_sc_complex \
+JunitTest_sc_unoapi \
+CppunitTest_sc_annotationshapeobj \
+CppunitTest_sc_cellrangeobj \
+$(if $(filter-out $(OS),IOS), \
+   CppunitTest_sc_databaserangeobj) \
+CppunitTest_sc_datapilottableobj \
+CppunitTest_sc_datapilotfieldobj \
+CppunitTest_sc_macros_test \
+CppunitTest_sc_namedrangeobj \
+CppunitTest_sc_namedrangesobj \
+CppunitTest_sc_tablesheetobj \
+CppunitTest_sc_tablesheetsobj \
+CppunitTest_sc_editfieldobj_cell \
+CppunitTest_sc_editfieldobj_header \
+CppunitTest_sc_modelobj \
 ))
 
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2012-09-25 Thread Libreoffice Gerrit user
 sc/Module_sc.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 513a758408d8a37078288f59a63bf2800c0930b1
Author: Stephan Bergmann sberg...@redhat.com
Date:   Tue Sep 25 15:39:32 2012 +0200

JunitTest_sc_unoapi had inadvertently been disabled

Change-Id: Ic8943662290c034fab866d4693daecc065b20a0c

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index e9ba88f..f557c39 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -56,6 +56,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc,\
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
 JunitTest_sc_complex \
+JunitTest_sc_unoapi \
 CppunitTest_sc_annotationshapeobj \
 CppunitTest_sc_cellrangeobj \
 $(if $(filter-out $(OS),IOS), \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2012-07-13 Thread Markus Mohrhard
 sc/Module_sc.mk |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 782c3ccb3bc608a24483a64ae6bbaebcd917ce0d
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat Jul 14 06:17:31 2012 +0200

disable chart test for now

will need to adapt the reference file and need the tinderbox to execute
the sd test

Change-Id: Ia5db091f3ce6ad8fb43d79933ea41a81069e93f3

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 3afcaf2..b2cd2ab 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -50,10 +50,12 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc,\
 CppunitTest_sc_subsequent_filters_test \
 ))
 
+# Disabled to allow the check tinderbox execute the sd tests
+#CppunitTest_sc_chart_regression_test \
+
 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
 JunitTest_sc_complex \
 JunitTest_sc_unoapi \
-CppunitTest_sc_chart_regression_test \
 CppunitTest_sc_annotationshapeobj \
 CppunitTest_sc_cellrangeobj \
 $(if $(filter-out $(OS),IOS), \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2012-04-19 Thread Markus Mohrhard
 sc/Module_sc.mk |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 37536c84ab187b8182c5afff912a82746b08b0a8
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Thu Apr 19 17:58:54 2012 +0200

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

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index a40b0d8..b6a42e1 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 \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk sc/source

2012-03-24 Thread Markus Mohrhard
 sc/Module_sc.mk|3 +--
 sc/source/ui/docshell/dbdocfun.cxx |4 
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit e4eca6763ee4967b64a219c744d9673f16382415
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Mar 25 05:06:57 2012 +0200

remove newly unused variable

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 8f51646..bd61ce6 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -42,8 +42,7 @@ $(eval $(call gb_Module_add_targets,sc,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,sc,\
-CppunitTest_sc_ucalc \
-CppunitTest_sc_filters_test \
+CppunitTest_sc_chart_regression_test \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sc,\
diff --git a/sc/source/ui/docshell/dbdocfun.cxx 
b/sc/source/ui/docshell/dbdocfun.cxx
index 5bc66c9..bb635bb 100644
--- a/sc/source/ui/docshell/dbdocfun.cxx
+++ b/sc/source/ui/docshell/dbdocfun.cxx
@@ -1461,11 +1461,7 @@ sal_uLong ScDBDocFunc::RefreshPivotTables(ScDPObject* 
pDPObj, bool bApi)
 if (!pDPs)
 return 0;
 
-bool bHasGroups = false;
 ScDPSaveData* pSaveData = pDPObj-GetSaveData();
-if (pSaveData  pSaveData-GetExistingDimensionData())
-bHasGroups = true;
-
 std::setScDPObject* aRefs;
 sal_uLong nErrId = pDPs-ReloadCache(pDPObj, aRefs);
 if (nErrId)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2012-03-24 Thread Markus Mohrhard
 sc/Module_sc.mk |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 78cd54c09d4951fdde851507a731aba261e03e70
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Mar 25 07:13:41 2012 +0200

revert accidently commited lines

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index bd61ce6..8f51646 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -42,7 +42,8 @@ $(eval $(call gb_Module_add_targets,sc,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,sc,\
-CppunitTest_sc_chart_regression_test \
+CppunitTest_sc_ucalc \
+CppunitTest_sc_filters_test \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sc,\
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2012-01-08 Thread Markus Mohrhard
 sc/Module_sc.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c031fcd8355770bf46e46736e786905f21a7e575
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Jan 9 06:06:39 2012 +0100

did not want to move that to the in-build target

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index cb3ae27..e57a433 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -37,7 +37,6 @@ $(eval $(call gb_Module_add_targets,sc,\
 $(eval $(call gb_Module_add_check_targets,sc,\
 CppunitTest_sc_filters_test \
 CppunitTest_sc_ucalc \
-CppunitTest_sc_subsequent_filters_test \
 ))
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
@@ -46,6 +45,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
 CppunitTest_sc_macros_test \
 CppunitTest_sc_namedrangeobj \
 CppunitTest_sc_spreadsheetobj \
+CppunitTest_sc_subsequent_filters_test \
 CppunitTest_sc_tableautoformatfield \
 JunitTest_sc_complex \
 JunitTest_sc_unoapi \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2011-11-29 Thread Markus Mohrhard
 sc/Module_sc.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92440ddb00a4f2bc8c2a8dc726c20bca78d5b916
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Tue Nov 29 13:46:44 2011 +0100

move sc's macros_test to the subsequenttest target

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 6a18985..d7d18dd 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -36,11 +36,11 @@ $(eval $(call gb_Module_add_targets,sc,\
 
 $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_filters_test \
-   CppunitTest_sc_macros_test \
CppunitTest_sc_ucalc \
 ))
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
+CppunitTest_sc_macros_test \
 JunitTest_sc_unoapi \
 ))
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/Module_sc.mk

2011-10-21 Thread Markus Mohrhard
 sc/Module_sc.mk |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 160da638dc33a170d071bc80beec57c527756d1d
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Fri Oct 21 15:20:43 2011 +0200

enable sc_macros_test

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 1edf646..2aebe1e 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -36,8 +36,10 @@ $(eval $(call gb_Module_add_targets,sc,\
 
 $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_filters_test \
+   CppunitTest_sc_macros_test \
CppunitTest_sc_ucalc \
RdbTarget_sc_filters_test \
+   RdbTarget_sc_macros_test \
RdbTarget_sc_ucalc \
 ))
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits