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

Commit 8e2b4de0 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Change resize split-screen test filename

The current filename uses :, which is supported by ADB but not by Java's IO and NIO pacakges (File and Path), causing an "OperationNorPermitted" exception

Test: atest FlickerTests
Change-Id: I94e469dfe6b138441cfc541cee1c8a21e94204cd
parent eb8b12b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -228,8 +228,8 @@ class CommonTransitions {
            Rational stopRatio) {
        String testTag = "resizeSplitScreen_" + testAppTop.getLauncherName() + "_"
                + testAppBottom.getLauncherName() + "_"
                + startRatio.toString().replace("/", ":") + "_to_"
                + stopRatio.toString().replace("/", ":") + "_"
                + startRatio.toString().replace("/", "-") + "_to_"
                + stopRatio.toString().replace("/", "-") + "_"
                + rotationToString(beginRotation);
        return TransitionRunner.newBuilder()
                .withTag(testTag)