summaryrefslogtreecommitdiff
path: root/tests/src/se/leap
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-28Merge branch 'bug/about-fragment-legacy-references' into developSean Leonard
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-30Wi-Fi on/off method in ConnectionManager for testsParménides GV
2014-01-30Set data connection status works.Parménides GV
Tested both in real device with Cyanogenmod 4.3.1 and in api 18 emulator. Next step: wi-fi toggling.
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".
2014-01-28Substituted AboutFragment with AboutActivity.Parménides GV
2013-11-26Tests for CW pass.Parménides GV
I've slightly modified a confighelper method regarding sharedpreferences, but that shouldn't be a problem since I'm going to remove those methods soon from there.
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).