CBZ: fix meta for non-images documents
[fanfix.git] / src / be / nikiroo / fanfix / test / ConversionTest.java
index 54d08858fa3b087cdae553f4523518a7fb089592..07ec7478006a1ea1c4487d11c4f0e99cd01ff074 100644 (file)
@@ -235,6 +235,7 @@ class ConversionTest extends TestLauncher {
                }
        }
 
+       // TODO: remove and use IOUtils when updated
        private static void unzip(File zipFile, File targetDirectory)
                        throws IOException {
                if (targetDirectory.exists() && targetDirectory.isFile()) {