summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-02 21:17:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-02 21:17:37 +0000
commitd56d490a1becdf1e793d9268cfdc44eae4be3fce (patch)
tree61ca8aca684b706de3b2f4880b2cbdfd908eb8d9 /svl
parentb71c34b0a62dc191361892cb514867256c982fc8 (diff)
WaE: move that inside the TODO as well
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/svl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index c4687786477f..aa1fdd0b61a2 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -158,6 +158,7 @@ void Test::testNumberFormat()
0
};
+#if 0 // TODO: Find out why on some systems the last two currency format codes differ.
const char* pCurrency[] = {
"$#,##0;[RED]-$#,##0",
"$#,##0.00;[RED]-$#,##0.00",
@@ -167,6 +168,7 @@ void Test::testNumberFormat()
"$#,##0;-$#,##0",
0
};
+#endif
const char* pDate[] = {
"MM/DD/YY",