Kaydet (Commit) 16ab673c authored tarafından Kohei Yoshida's avatar Kohei Yoshida

More wording tweak. Members are sorted only in source dims (for now).

üst eee16791
...@@ -1904,9 +1904,10 @@ void Test::testPivotTableCache() ...@@ -1904,9 +1904,10 @@ void Test::testPivotTableCache()
aDimName = aCache.GetDimensionName(2); aDimName = aCache.GetDimensionName(2);
CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName.equalsAscii("F3")); CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName.equalsAscii("F3"));
// In each dimension, member ID values also represent their sort order. // In each dimension, member ID values also represent their sort order (in
// Value items are sorted before string ones. Also, no duplicate // source dimensions only, not in group dimensions). Value items are
// dimension members should exist. // sorted before string ones. Also, no duplicate dimension members should
// exist.
// Dimension 0 - a mix of strings and values. // Dimension 0 - a mix of strings and values.
long nMemCount = aCache.GetDimMemberCount(0); long nMemCount = aCache.GetDimMemberCount(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment