Make ErrorUrlTest INVALID_URL point to an existing file to make it test the right thing

This commit is contained in:
Andrew Grieve 2015-02-19 11:32:54 -05:00
parent 8106981bb6
commit be229b1ac6

View File

@ -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();