diff --git a/test/data/Tiniest Smallest APK ever_v' platformBuildVersionName=_apkpure.com.apk b/test/data/Tiniest_Smallest_APK_ever_v_platformBuildVersionName=_apkpure.com.apk similarity index 100% rename from test/data/Tiniest Smallest APK ever_v' platformBuildVersionName=_apkpure.com.apk rename to test/data/Tiniest_Smallest_APK_ever_v_platformBuildVersionName=_apkpure.com.apk diff --git a/test/se/vidstige/jadb/test/PackageMangerTests.java b/test/se/vidstige/jadb/test/PackageMangerTests.java index 298d528..9b06c30 100644 --- a/test/se/vidstige/jadb/test/PackageMangerTests.java +++ b/test/se/vidstige/jadb/test/PackageMangerTests.java @@ -46,7 +46,7 @@ public class PackageMangerTests { @Test public void testInstallUninstallCycle() throws Exception { - File f = new File("test/data/Tiniest Smallest APK ever_v' platformBuildVersionName=_apkpure.com.apk"); + File f = new File("test/data/Tiniest_Smallest_APK_ever_v_platformBuildVersionName=_apkpure.com.apk"); pm.install(f); pm.uninstall(new Package("b.a")); }