mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix unit test message
Change-Id: I7f98cb5784ebd7a04cd2951f0b62fa4afdcf085c
This commit is contained in:
parent
505d3247bb
commit
54d74ff74a
@ -150,7 +150,7 @@ abstract class LayoutTestsBase extends KeyboardLayoutSetTestsBase {
|
||||
Log.d(tag, "actual =\n" + ActualKeyboardBuilder.toString(actualKeyboard));
|
||||
// Test both keyboards have the same number of rows.
|
||||
assertEquals(tag + " labels"
|
||||
+ "\nexpected=" + Arrays.deepToString(expectedKeyboard)
|
||||
+ "\nexpected=" + ExpectedKeyboardBuilder.toString(expectedKeyboard)
|
||||
+ "\nactual =" + ActualKeyboardBuilder.toString(actualKeyboard),
|
||||
expectedKeyboard.length, actualKeyboard.length);
|
||||
for (int r = 0; r < actualKeyboard.length; r++) {
|
||||
|
Loading…
Reference in New Issue
Block a user