Fixing up tests
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/f060d092 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/f060d092 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/f060d092 Branch: refs/heads/master Commit: f060d09272f94702e89f8f0ee5a2bb5af4868714 Parents: dbe65f1 Author: Joe Bowser <[email protected]> Authored: Thu Jun 14 13:55:26 2012 -0700 Committer: Joe Bowser <[email protected]> Committed: Thu Jun 14 15:23:55 2012 -0700 ---------------------------------------------------------------------- .../org/apache/cordova/test/UserWebViewTest.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/f060d092/test/src/org/apache/cordova/test/UserWebViewTest.java ---------------------------------------------------------------------- diff --git a/test/src/org/apache/cordova/test/UserWebViewTest.java b/test/src/org/apache/cordova/test/UserWebViewTest.java index 1ddbbe4..84c0930 100644 --- a/test/src/org/apache/cordova/test/UserWebViewTest.java +++ b/test/src/org/apache/cordova/test/UserWebViewTest.java @@ -22,7 +22,6 @@ public class UserWebViewTest extends ActivityInstrumentationTestCase2<userwebvie private CordovaWebView testView; - protected void setUp() throws Exception { super.setUp(); testActivity = this.getActivity();
