am 54d74ff7: Fix unit test message
* commit '54d74ff74a6a1da08f11907f2be590fc3721c058': Fix unit test messagemain
commit
d941dce8b8
|
@ -150,7 +150,7 @@ abstract class LayoutTestsBase extends KeyboardLayoutSetTestsBase {
|
||||||
Log.d(tag, "actual =\n" + ActualKeyboardBuilder.toString(actualKeyboard));
|
Log.d(tag, "actual =\n" + ActualKeyboardBuilder.toString(actualKeyboard));
|
||||||
// Test both keyboards have the same number of rows.
|
// Test both keyboards have the same number of rows.
|
||||||
assertEquals(tag + " labels"
|
assertEquals(tag + " labels"
|
||||||
+ "\nexpected=" + Arrays.deepToString(expectedKeyboard)
|
+ "\nexpected=" + ExpectedKeyboardBuilder.toString(expectedKeyboard)
|
||||||
+ "\nactual =" + ActualKeyboardBuilder.toString(actualKeyboard),
|
+ "\nactual =" + ActualKeyboardBuilder.toString(actualKeyboard),
|
||||||
expectedKeyboard.length, actualKeyboard.length);
|
expectedKeyboard.length, actualKeyboard.length);
|
||||||
for (int r = 0; r < actualKeyboard.length; r++) {
|
for (int r = 0; r < actualKeyboard.length; r++) {
|
||||||
|
|
Loading…
Reference in New Issue