]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/archive/ziptest.cpp
Remove some out of date comments.
[wxWidgets.git] / tests / archive / ziptest.cpp
index 6976b083bb903ef4b8c6b4f7f09ef01556672648..e78786a742c94c3a1667da50c8dc0c952bb2bed1 100644 (file)
@@ -180,7 +180,7 @@ void ZipPipeTestCase::runTest()
 
     {
         PFileInputStream in(cmd);
-        if (in.Ok())
+        if (in.IsOk())
             out.Write(in);
     }