mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-11 12:35:53 +00:00
Fixed DevicesAdapterTest.
This commit is contained in:
parent
f299ca2d1e
commit
994d397558
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class DevicesAdapterTest extends AndroidTestCase {
|
||||||
mDevice.name = "the device";
|
mDevice.name = "the device";
|
||||||
mDevice.deviceID = "123-456-789";
|
mDevice.deviceID = "123-456-789";
|
||||||
|
|
||||||
|
mConnection.connected = true;
|
||||||
mConnection.completion = 100;
|
mConnection.completion = 100;
|
||||||
mConnection.inBits = 8388608L;
|
mConnection.inBits = 8388608L;
|
||||||
mConnection.outBits = 8589934592L;
|
mConnection.outBits = 8589934592L;
|
||||||
|
|
Loading…
Reference in a new issue