From be229b1ac6b7e67874023d290ad93faaf582284d Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Thu, 19 Feb 2015 11:32:54 -0500 Subject: [PATCH] Make ErrorUrlTest INVALID_URL point to an existing file to make it test the right thing --- test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java b/test/androidTest/src/org/apache/cordova/test/ErrorUrlTest.java index 9038380be..042ef8ccb 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();