mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Fixed a typo in a comment in a test. URGENT STUFF!
This commit is contained in:
@@ -124,7 +124,7 @@ public class StringUtilsTest extends BriarTestCase {
|
|||||||
(byte) 0xED, (byte) 0xB0, (byte) 0x80,
|
(byte) 0xED, (byte) 0xB0, (byte) 0x80,
|
||||||
(byte) 0xC8, (byte) 0x85 // U+0205
|
(byte) 0xC8, (byte) 0x85 // U+0205
|
||||||
};
|
};
|
||||||
// Converstion should ignore the invalid character and return the rest
|
// Conversion should ignore the invalid character and return the rest
|
||||||
String expected = "\u0205";
|
String expected = "\u0205";
|
||||||
assertEquals(expected, StringUtils.fromUtf8(b));
|
assertEquals(expected, StringUtils.fromUtf8(b));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user