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 years ago
parent
commit
b349876ef6
1 changed files with 1 additions and 1 deletions
  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 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',ValShouldSucceed,0);
   TestVal('Testing - zero','- 0',ValShouldFail,0);
   TestVal('Testing - zero','- 0',ValShouldFail,0);
   TestVal('Testing + zero','+ 0',ValShouldFail,0);
   TestVal('Testing + zero','+ 0',ValShouldFail,0);