diff options
author | Parménides GV <parmegv@sdf.org> | 2013-11-26 17:05:23 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-11-26 17:05:23 +0100 |
commit | 86a5d7c699ea67482f34dc0437fc3baa695ecc46 (patch) | |
tree | 187ee4d668cba0a36edfa6e23c17145145b58261 /tests | |
parent | 52843b4ff8cd70abf93a0aeb230e83b4af50d92a (diff) |
Tests for CW pass.
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java b/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java index 501530a5..34d2ae26 100644 --- a/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java +++ b/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java @@ -51,6 +51,7 @@ public class testConfigurationWizard extends ActivityInstrumentationTestCase2<Co solo.clickOnText(solo.getString(R.string.save)); added_providers = added_providers+1; assertTrue("Provider details dialog did not appear", solo.waitForFragmentByTag(ProviderDetailFragment.TAG, 60*1000)); + solo.goBack(); } public void testShowAbout() { |