You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/06/15 19:17:41 UTC

[3/4] android commit: Fixing up tests

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 <bo...@apache.org>
Authored: Thu Jun 14 13:55:26 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
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();