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

Commit 50313559 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Update netId to nethandle mapping in NetworkTest."

am: a04d0cc7

Change-Id: Ie4524e17f1839bae832d03248a2208693b1b1e95
parents caacf3e7 a04d0cc7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -147,9 +147,9 @@ public class NetworkTest {

        // Adjust as necessary to test an implementation's specific constants.
        // When running with runtest, "adb logcat -s TestRunner" can be useful.
        assertEquals(4311403230L, one.getNetworkHandle());
        assertEquals(8606370526L, two.getNetworkHandle());
        assertEquals(12901337822L, three.getNetworkHandle());
        assertEquals(7700664333L, one.getNetworkHandle());
        assertEquals(11995631629L, two.getNetworkHandle());
        assertEquals(16290598925L, three.getNetworkHandle());
    }

    private static <T> void assertNotEqual(T t1, T t2) {