summaryrefslogtreecommitdiff
path: root/tests/src/se/leap/bitmaskclient/test/testDashboard.java
AgeCommit message (Collapse)Author
2014-04-08Next step: compile jni sources correctly.Parménides GV
2014-03-20Tests for Dashboard pass.Parménides GV
Setting the mobile data connection off cuts the connection from the computer to the emulator, so ant nor adb will see everything's well unless you comment that part of the tests (testDashboard:52-60).
2014-03-19Merge branch 'feature/simulate-no-network-without-airplane-mode' into ↵Parménides GV
develop_test Conflicts: AndroidManifest.xml tests/src/se/leap/bitmaskclient/test/testDashboard.java
2014-02-04Deleted unused classes from ics-openvpn.Sean Leonard
This classes were an obvious choice, there may be more unused classes around there. Conflicts: src/se/leap/bitmaskclient/ProviderListFragment.java
2014-01-29New method to set on/off data connection.Parménides GV
Used in tests, but it's going to be used in the near future when blocking data connections until EIP is on.
2014-01-29testSwitchProvider updated.Parménides GV
It shouldn't expect the previous provider to be back again pressing the back button after hitting "Switch provider".
2013-11-22I'm not showing parmegv account pass.Parménides GV
I'm using a new testing account, parmegvtest1
2013-11-22All tests are passed, fixed a logindialog bug.Parménides GV
2013-11-22Rebased onto 0.2.2Parménides GV
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).