Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java376 String expectedEntryComment = "a \u0666 b"; in testComments() local
411 ze.setComment(expectedEntryComment); in testComments()
420 assertEquals(expectedEntryComment, zipFile.getEntry("a").getComment()); in testComments()