mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 68ed7aa9: Fix a test
# Via Jean Chalard * commit '68ed7aa990a73bbdd20ec539289d6b5351e41441': Fix a test
This commit is contained in:
commit
f1a312a28b
@ -246,7 +246,7 @@ public class BinaryDictIOUtilsTests extends AndroidTestCase {
|
||||
inStream.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, file.length()));
|
||||
final FileHeader header = BinaryDictInputOutput.readHeader(buffer);
|
||||
assertEquals(word, BinaryDictInputOutput.getWordAtAddress(buffer, header.mHeaderSize,
|
||||
position - header.mHeaderSize, header.mFormatOptions));
|
||||
position - header.mHeaderSize, header.mFormatOptions).mWord);
|
||||
} catch (IOException e) {
|
||||
} catch (UnsupportedFormatException e) {
|
||||
} finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user