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

Commit 62596b61 authored by Mohammadinamul Sheik's avatar Mohammadinamul Sheik
Browse files

Fix the BlueUnderlineTests.

changed the usecase that fits the new decoder behavior.

Change-Id: Ie31675f55af9f0b0b635e65d84bb629e1c89383e
parent d5335d93
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -39,8 +39,8 @@ public class BlueUnderlineTests extends InputTestsBase {
    }
    }


    public void testBlueUnderlineDisappears() {
    public void testBlueUnderlineDisappears() {
        final String STRING_1_TO_TYPE = "tgis";
        final String STRING_1_TO_TYPE = "tqis";
        final String STRING_2_TO_TYPE = "q";
        final String STRING_2_TO_TYPE = "g";
        final int EXPECTED_SPAN_START = 0;
        final int EXPECTED_SPAN_START = 0;
        final int EXPECTED_SPAN_END = 5;
        final int EXPECTED_SPAN_END = 5;
        type(STRING_1_TO_TYPE);
        type(STRING_1_TO_TYPE);