소스 검색

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

git-svn-id: trunk@8509 -

Jonas Maebe 18 년 전
부모
커밋
b349876ef6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);