Home
last modified time | relevance | path

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

/aoo42x/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java393 PropertyValue[] lArgs1 = new PropertyValue[2]; in checkLoadingWithPassword() local
395 lArgs1[0] = new PropertyValue(); in checkLoadingWithPassword()
396 lArgs1[0].Name = "Hidden"; in checkLoadingWithPassword()
397 lArgs1[0].Value = Boolean.TRUE; in checkLoadingWithPassword()
399 lArgs1[1] = new PropertyValue(); in checkLoadingWithPassword()
400 lArgs1[1].Name = "Password"; in checkLoadingWithPassword()
401 lArgs1[1].Value = DEFAULT_PASSWORD; in checkLoadingWithPassword()
409 loadURL(m_xLoader, RESULT_VALID_DOC, sTestURL, "_blank", 0, lArgs1); in checkLoadingWithPassword()

Completed in 9 milliseconds