{
-
- private CordovaWebViewTestActivity testActivity;
- private FrameLayout containerView;
- private LinearLayout innerContainer;
- private View testView;
- private String rString;
- private PluginManager pMan;
-
- public PluginManagerTest() {
- super("org.apache.cordova.test.activities",CordovaWebViewTestActivity.class);
- }
-
- protected void setUp() throws Exception{
- super.setUp();
- testActivity = this.getActivity();
- containerView = (FrameLayout) testActivity.findViewById(android.R.id.content);
- innerContainer = (LinearLayout) containerView.getChildAt(0);
- testView = innerContainer.getChildAt(0);
-
- }
-
- public void testPreconditions(){
- assertNotNull(innerContainer);
- assertNotNull(testView);
- }
-
-
- public void testForPluginManager() {
- /*
- CordovaWebView v = (CordovaWebView) testView;
- pMan = v.getPluginManager();
- assertNotNull(pMan);
- String className = pMan.getClass().getSimpleName();
- assertTrue(className.equals("PluginManager"));
- */
- }
-
-
-}
diff --git a/test/assets/www/error.html b/test/assets/www/error.html
deleted file mode 100644
index aad167dc..00000000
--- a/test/assets/www/error.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- OH NOES!
-
-
- Things went terribly wrong!
-
-
\ No newline at end of file
diff --git a/test/assets/www/index.html b/test/assets/www/index.html
index d4659f7a..f55aa0a9 100755
--- a/test/assets/www/index.html
+++ b/test/assets/www/index.html
@@ -26,8 +26,8 @@
-
-
-
- Splash Screen Test
-
-
Cordova:
- Deviceready:
-
-
- You should have seen the splash screen for 2 seconds.
-
-