Selaa lähdekoodia

* fixed test for new platform-independent get/setverify implementation

Jonas Maebe 20 vuotta sitten
vanhempi
commit
a0ab5bdc92
1 muutettua tiedostoa jossa 5 lisäystä ja 11 poistoa
  1. 5 11
      tests/test/units/dos/tverify.pp

+ 5 - 11
tests/test/units/dos/tverify.pp

@@ -73,7 +73,7 @@ Begin
  CheckDosError(0);
 { verify actually only works under dos       }
 { and always returns TRUE on other platforms }
-{$ifdef supports_verify}
+{ not anymore (JM)                           }
  if NOT b then
    WriteLn(s+'Success.')
  else
@@ -81,15 +81,6 @@ Begin
     WriteLn(s+'FAILURE.');
     has_errors:=true;
   end;
-{$else}
- if b then
-   WriteLn(s+'Success.')
- else
-  Begin
-    WriteLn(s+'FAILURE.');
-    has_errors:=true;
-  end;
-{$endif}
 end;
 
 
@@ -100,7 +91,10 @@ Begin
 end.
 {
   $Log$
-  Revision 1.2  2002-11-18 09:49:49  pierre
+  Revision 1.3  2004-12-07 19:02:33  jonas
+    * fixed test for new platform-independent get/setverify implementation
+
+  Revision 1.2  2002/11/18 09:49:49  pierre
    * tried to make as many as possible tests non interactive
 
   Revision 1.1  2002/11/08 21:01:18  carl