From 8bda419d02f713d134d833d93753b6fd26ccecc4 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 21 Feb 2012 20:11:16 +0000 Subject: [PATCH] Remove testing against zip in a pipeline as it no longer supports it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/archive/ziptest.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/archive/ziptest.cpp b/tests/archive/ziptest.cpp index e78786a742..a42248a37f 100644 --- a/tests/archive/ziptest.cpp +++ b/tests/archive/ziptest.cpp @@ -233,11 +233,8 @@ ArchiveTestSuite *ziptest::makeSuite() { ArchiveTestSuite::makeSuite(); -#if !defined WXARC_NO_POPEN && !defined __WXMSW__ - // If have popen then can check the piped output of 'zip - -'. - // The gnuwin32 build of infozip does work for this, e.g.: - // C:\>echo test data to pipe through zip | zip -q > foo.zip - // doesn't produce a valid zip, so disabled for now. +#if 0 + // zip doesn't support this any more so disabled if (IsInPath(wxT("zip"))) for (int options = 0; options <= PipeIn; options += PipeIn) { string name = Description(wxT("ZipPipeTestCase"), options,