mirror of
https://github.com/revanced/jadb.git
synced 2025-05-24 02:42:08 +02:00
vidstige/jadb#11 fixes for broken tests
This commit is contained in:
parent
7dac3eb714
commit
a70ecc4f0c
@ -46,7 +46,7 @@ public class PackageMangerTests {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testInstallUninstallCycle() throws Exception {
|
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.install(f);
|
||||||
pm.uninstall(new Package("b.a"));
|
pm.uninstall(new Package("b.a"));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user