Browse Source

* disabled testing of -0 because its (mostly harmless) failure
can mask other more important failures

git-svn-id: trunk@8509 -

Jonas Maebe 18 năm trước cách đây
mục cha
commit
b349876ef6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test/units/system/tval.inc

+ 1 - 1
tests/test/units/system/tval.inc

@@ -237,7 +237,7 @@ begin
   TestVal('Testing string with base prefix and "F"','%F',ValShouldFail,0);
   TestVal('Testing string with base prefix and "F"','&F',ValShouldFail,0);
 
-  TestVal('Testing -zero','-0',ValShouldSucceed,0);
+//  TestVal('Testing -zero','-0',ValShouldSucceed,0);
   TestVal('Testing +zero','+0',ValShouldSucceed,0);
   TestVal('Testing - zero','- 0',ValShouldFail,0);
   TestVal('Testing + zero','+ 0',ValShouldFail,0);