Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5abbf24e authored by Brett Chabot's avatar Brett Chabot
Browse files

Remove format method from tests.

Will be added to superclass.

Bug 5826326

Change-Id: I61478661b822823112f774745a6642a6185366d3
parent fed44d08
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@ public class KeySpecParserCsvTests extends AndroidTestCase {
        return names.toArray(new String[names.size()]);
    }

    private static String format(String message, Object expected, Object actual) {
        return message + " expected:<" + expected + "> but was:<" + actual + ">";
    }

    private void assertTextArray(String message, String value, String ... expected) {
        final String actual[] = KeySpecParser.parseCsvString(value, mLabelsSet);
        if (expected.length == 0) {