mirror of
https://github.com/square/okhttp.git
synced 2026-01-25 16:01:38 +03:00
Merge pull request #435 from square/jwilson_0112_latest_vogar
Update steps to run tests on-device.
This commit is contained in:
@@ -45,10 +45,11 @@ Java 6, otherwise the test class will be silently omitted from the `.dex` file.
|
||||
mvn clean
|
||||
mvn package -DskipTests
|
||||
vogar \
|
||||
--classpath ~/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar \
|
||||
--classpath ~/.m2/repository/com/google/mockwebserver/mockwebserver/20130122/mockwebserver-20130122.jar \
|
||||
--classpath target/okhttp-0.9-SNAPSHOT.jar \
|
||||
./src/test/java
|
||||
--classpath ~/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar \
|
||||
--classpath mockwebserver/target/mockwebserver-2.0.0-SNAPSHOT.jar \
|
||||
--classpath okhttp-protocols/target/okhttp-protocols-2.0.0-SNAPSHOT.jar \
|
||||
--classpath okhttp/target/okhttp-2.0.0-SNAPSHOT.jar \
|
||||
okhttp/src/test
|
||||
```
|
||||
|
||||
MockWebServer
|
||||
|
||||
Reference in New Issue
Block a user