Add new tests for conversion (that now fail...)
[nikiroo-utils.git] / src / be / nikiroo / fanfix / Main.java
index a61c5292d2e5a95076e03585856bd0254a444e13..e1b9c650c328b91a47c57d4b2e4f97c38262c265 100644 (file)
@@ -506,7 +506,7 @@ public class Main {
         * 
         * @return the exit return code (0 = success)
         */
-       private static int convert(String urlString, String typeString,
+       public static int convert(String urlString, String typeString,
                        String target, boolean infoCover, Progress pg) {
                int exitCode = 0;