summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-03-19 17:04:08 +0000
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-19 13:40:27 -0400
commit42d3adbce63493039e6013f6f3ea15149f2f7507 (patch)
treef06f2b468affaeb6d96de68d7f80086a65ac7bcc /sc/qa
parent20c4921e901d84a7ef8835ee192e1a7a4b62ee61 (diff)
calm debug, and disable unless SC_FORMULAGROUP=1
Change-Id: I091d43dfa33f440edd50a1c937ef6e6f1930be4e
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 81fa1ea4d720..ec2711fb55e0 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -6224,6 +6224,9 @@ void Test::testCellTextWidth()
void Test::testFormulaGrouping()
{
+ if ( !getenv("SC_FORMULAGROUP") )
+ return;
+
static const struct {
const char *pFormula[3];
const bool bGroup[3];