summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-16 12:43:33 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-16 12:43:33 -0400
commit16ab673ccbed29d460aaca93cb09663fdd63dc19 (patch)
tree8f26cf40a69bba35b1c51aa1e725bce67115c37b /sc/qa/unit/ucalc.cxx
parenteee16791673412f44435b6357248b34ef7613296 (diff)
More wording tweak. Members are sorted only in source dims (for now).
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index b7a2df20683a..532460155996 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1904,9 +1904,10 @@ void Test::testPivotTableCache()
aDimName = aCache.GetDimensionName(2);
CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName.equalsAscii("F3"));
- // In each dimension, member ID values also represent their sort order.
- // Value items are sorted before string ones. Also, no duplicate
- // dimension members should exist.
+ // In each dimension, member ID values also represent their sort order (in
+ // source dimensions only, not in group dimensions). Value items are
+ // sorted before string ones. Also, no duplicate dimension members should
+ // exist.
// Dimension 0 - a mix of strings and values.
long nMemCount = aCache.GetDimMemberCount(0);