diff --git a/test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java b/test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java index 9038380b..042ef8cc 100644 --- a/test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java +++ b/test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java @@ -24,7 +24,7 @@ package org.apache.cordova.test; public class ErrorUrlTest extends BaseCordovaIntegrationTest { private static final String START_URL = "file:///android_asset/www/htmlnotfound/index.html"; private static final String ERROR_URL = "file:///android_asset/www/htmlnotfound/error.html"; - private static final String INVALID_URL = "file:///android_asset/www/htmlnotfound/invalid.html"; + private static final String INVALID_URL = "file:///android_asset/www/index.html"; protected void setUp() throws Exception { super.setUp();