Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java375 String expectedFileComment = "1 \u0666 2"; in testComments() local
415 out.setComment(expectedFileComment); in testComments()
419 assertEquals(expectedFileComment, zipFile.getComment()); in testComments()