summaryrefslogtreecommitdiffstats
path: root/basic/qa/basic_coverage/test_cstr_method.bas
diff options
context:
space:
mode:
Diffstat (limited to 'basic/qa/basic_coverage/test_cstr_method.bas')
-rw-r--r--basic/qa/basic_coverage/test_cstr_method.bas1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/basic_coverage/test_cstr_method.bas b/basic/qa/basic_coverage/test_cstr_method.bas
index 48b27640c275..c2ac003e8c8c 100644
--- a/basic/qa/basic_coverage/test_cstr_method.bas
+++ b/basic/qa/basic_coverage/test_cstr_method.bas
@@ -21,6 +21,7 @@ Sub verify_testCStr
TestUtil.AssertEqual(CStr(100), "100", "CStr(100)")
' 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