Searched refs:expectedPresentation (Results 1 – 1 of 1) sorted by relevance
437 String expectedPresentation = "ftp://" + user + ":" + asterix + "@" + in _getPresentation() local439 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