Searched refs:wrongUrl (Results 1 – 2 of 2) sorted by relevance
61 String wrongUrl = null; field in _XDriver76 wrongUrl = (String)tEnv.getObjRelation("XDriver.UNSUITABLE_URL"); in before()77 if (wrongUrl == null) { in before()104 log.println("Trying to connect to " + wrongUrl); in _connect()105 connection = oObj.connect(wrongUrl, info); in _connect()141 res &= !oObj.acceptsURL(wrongUrl); in _acceptsURL()142 log.println("Accepts " + wrongUrl + "? " + !res); in _acceptsURL()
61 String wrongUrl = null; field in _XDataDefinitionSupplier74 wrongUrl = (String)tEnv.getObjRelation("XDriver.UNSUITABLE_URL"); in before()75 if (wrongUrl == null) { in before()161 log.println("getDataDefinitionByURL('" + wrongUrl + "')"); in _getDataDefinitionByURL()162 xTS = oObj.getDataDefinitionByURL(wrongUrl, info); in _getDataDefinitionByURL()
Completed in 16 milliseconds