X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc90c1cc3e61556947f2f588501fd3b538ede58b..7e3204b45cf8e1bb882b314d456e75f2a22850d7:/tests/archive/ziptest.cpp diff --git a/tests/archive/ziptest.cpp b/tests/archive/ziptest.cpp index 966e6e78a0..4204c7dfb7 100644 --- a/tests/archive/ziptest.cpp +++ b/tests/archive/ziptest.cpp @@ -261,11 +261,13 @@ CppUnit::Test *ziptest::makeTest( return NULL; if (genericInterface) + { return new ArchiveTestCase( descr, new wxZipClassFactory, options, archiver, unarchiver); - else - return new ZipTestCase(descr, options, archiver, unarchiver); + } + + return new ZipTestCase(descr, options, archiver, unarchiver); } CPPUNIT_TEST_SUITE_REGISTRATION(ziptest);