mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-03 08:20:48 +00:00
Setup tests to work in pure-java.
This commit is contained in:
parent
31d5e2984c
commit
2a4165941a
@ -23,6 +23,8 @@ dependencies {
|
||||
compile 'org.whispersystems:axolotl-java:1.1.1'
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
compile 'org.apache.httpcomponents:httpclient:4.4'
|
||||
|
||||
testCompile 'junit:junit:3.8.2'
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
package org.whispersystems.textsecure.push;
|
||||
|
||||
import android.test.AndroidTestCase;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.whispersystems.textsecure.internal.push.PushTransportDetails;
|
||||
|
||||
public class PushTransportDetailsTest extends AndroidTestCase {
|
||||
public class PushTransportDetailsTest extends TestCase {
|
||||
|
||||
private final PushTransportDetails transportV2 = new PushTransportDetails(2);
|
||||
private final PushTransportDetails transportV3 = new PushTransportDetails(3);
|
Loading…
x
Reference in New Issue
Block a user