Home
last modified time | relevance | path

Searched refs:dispatchUrl (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchProvider.java55 private String dispatchUrl = null ; field in _XDispatchProvider
61 dispatchUrl = (String) tEnv.getObjRelation("XDispatchProvider.URL") ; in before()
62 if (dispatchUrl == null) { in before()
63 dispatchUrl = utils.getFullTestDocName("index.html"); in before()
65 log.println("Using URL: '" + dispatchUrl + "'"); in before()
76 url.Complete = dispatchUrl; in _queryDispatch()
86 aParseURL[0].Complete = dispatchUrl; in _queryDispatch()
109 url1.Complete = dispatchUrl; in _queryDispatches()
110 url2.Complete = dispatchUrl; in _queryDispatches()
121 aParseURL[0].Complete = dispatchUrl; in _queryDispatches()

Completed in 11 milliseconds