diff --git a/test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java b/test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java index 39a45d5c..a7c9504d 100644 --- a/test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java +++ b/test/androidTest/src/org/apache/cordova/test/CordovaPluginTest.java @@ -57,8 +57,6 @@ public class CordovaPluginTest extends BaseCordovaIntegrationTest { //TODO: add coverage for both cases where onStart is called in CordovaWebViewImpl (handleOnStart and init) //currently only one of the cases is covered LifeCyclePlugin testPlugin = (LifeCyclePlugin)cordovaWebView.getPluginManager().getPlugin("LifeCycle"); - - assertEquals("start,resume,pause,stop,", testPlugin.calls); testPlugin.calls = ""; // testOnStart invokeBlockingCallToLifeCycleEvent("callActivityOnStart");