summaryrefslogtreecommitdiff
path: root/basic/qa/vba_tests/cstr.vb
diff options
context:
space:
mode:
Diffstat (limited to 'basic/qa/vba_tests/cstr.vb')
-rw-r--r--basic/qa/vba_tests/cstr.vb1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/vba_tests/cstr.vb b/basic/qa/vba_tests/cstr.vb
index dfa77b7db1f0..5eb43738f10c 100644
--- a/basic/qa/vba_tests/cstr.vb
+++ b/basic/qa/vba_tests/cstr.vb
@@ -24,6 +24,7 @@ Sub verify_testCStr()
TestUtil.AssertEqual(CStr(500), "500", "CStr(500)")
' tdf#143575 - round string to their nearest double representation
+ ' N.B.: check also how current conversion rounds a close number
' Without the fix in place, this test would have failed with:
' - Expected: 691.2
' - Actual : 691.2000000000001