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/04/24 00:23:26 UTC

android commit: Minor tweak to the test so it loads the correct HTML

Updated Branches:
  refs/heads/CordovaWebView 80ec23887 -> 483bb53d9


Minor tweak to the test so it loads the correct HTML


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/483bb53d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/483bb53d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/483bb53d

Branch: refs/heads/CordovaWebView
Commit: 483bb53d9ce9ab0ca05e4d5845217622491bc036
Parents: 80ec238
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Apr 23 15:22:41 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Apr 23 15:22:41 2012 -0700

----------------------------------------------------------------------
 .../cordova/test/PhoneGapViewTestActivity.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/483bb53d/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java
----------------------------------------------------------------------
diff --git a/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java b/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java
index 9e5b40f..784332a 100644
--- a/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java
+++ b/test/src/org/apache/cordova/test/PhoneGapViewTestActivity.java
@@ -16,7 +16,7 @@ public class PhoneGapViewTestActivity extends Activity {
         
         phoneGap = (CordovaWebView) findViewById(R.id.phoneGapView);
         
-        phoneGap.loadUrl("file:///android_asset/index.html");
+        phoneGap.loadUrl("file:///android_asset/www/index.html");
         
     }