Searched refs:readTestData (Results 1 – 1 of 1) sorted by relevance
85 final byte[] expectedNewData = readTestData("bsdifftest_partial_b.bin"); in testTransformBytes()658 InputStream patchInputStream = new ByteArrayInputStream(readTestData(patchPatch)); in invokeApplyPatch()659 byte[] expectedNewDataBytes = readTestData(newPath); in invokeApplyPatch()702 private byte[] readTestData(String testDataFileName) throws IOException { in readTestData() method in BsPatchTest722 byte[] buffer = readTestData(testDataFileName); in copyToOldFile()