vidstige / jadb

ADB Client in pure Java.
Apache License 2.0
640 stars 178 forks source link

fix FakeADBServer testcases which expect certain commands #136

Closed root-intruder closed 3 years ago

root-intruder commented 3 years ago

since now everything is quoted. the expected commands of the FakeADBServer should also be quoted. Otherwise, the FakeADBServer never receives the expected command and thus never sends a response and the test is stuck forever waiting for a ADB response.

root-intruder commented 3 years ago

@vidstige I'm kindly once again asking for a new build/release to your maven repository, since all tests now pass.

vidstige commented 3 years ago

I published a new release so it should be available on jitpack already? Please check over here. jadb has never been on Mavel Central as it's too much administration.

root-intruder commented 3 years ago

ok thanks! I got it from https://mvnrepository.com/artifact/com.github.vidstige/jadb

so that must be some third party upload!?