Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XURLTransformer.java437 String expectedPresentation = "ftp://" + user + ":" + asterix + "@" + in _getPresentation() local
439 res &= presentation.equals(expectedPresentation); in _getPresentation()
441 log.println("Expected presentation: " + expectedPresentation); in _getPresentation()
446 expectedPresentation = "ftp://" + user + ":" + password + "@" + in _getPresentation()
448 res &= presentation.equals(expectedPresentation); in _getPresentation()
450 log.println("Expected presentation: " + expectedPresentation); in _getPresentation()
457 expectedPresentation = ""; in _getPresentation()
458 res &= presentation.equals(expectedPresentation); in _getPresentation()
460 log.println("Expected presentation: " + expectedPresentation); in _getPresentation()

Completed in 17 milliseconds