Searched refs:OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE (Results 1 – 1 of 1) sorted by relevance
48 private static final TypedRange<Void> OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE = field in PatchWriterTest58 Collections.singletonList(OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE);124 Assert.assertEquals(OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE.getOffset(), patchIn.readLong()); in testWriteV1Patch()125 Assert.assertEquals(OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE.getLength(), patchIn.readLong()); in testWriteV1Patch()