vbscript: Fixed tests on some non-English configs (without '.' as decimal point).
This commit is contained in:
parent
8ba4090fc3
commit
2e1da7ec8b
|
@ -47,7 +47,7 @@ End Sub
|
|||
|
||||
TestCStr "test", "test"
|
||||
TestCStr 3, "3"
|
||||
TestCStr 3.5, "3.5"
|
||||
if isEnglishLang then TestCStr 3.5, "3.5"
|
||||
if isEnglishLang then TestCStr true, "True"
|
||||
|
||||
Call ok(isObject(new EmptyClass), "isObject(new EmptyClass) is not true?")
|
||||
|
|
Loading…
Reference in New Issue