summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-01-07 16:44:11 +0100
committerParménides GV <parmegv@sdf.org>2015-01-19 15:57:44 +0100
commite1f028e6a27f209ed1f1773c234faf85085d87ab (patch)
tree278cbddf45d6a1da9a875a4580eb02406fac840a /README.md
parenta74d09929575e44f86d09283ae4633b0dcfcb566 (diff)
Tests for valid certificate.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37ef3bde..f1921e10 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ The resulting apk(s) will be in `app/build/apk`.
## Running tests
To run the automated tests:
- 1. Run an emulator
+ 1. Run an emulator (device doesn't necesarily has root, so testVpnCertificateValidator.testIsValid may fail).
2. Unlock Android
3. Issue the command ./gradlew connectedCheck
4. Pay attention and check the "Trust this app" checkbox, if you don't do so tests won't run.