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

Commit d9d2a71d 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

am: 50313559

Change-Id: I5e8e57f38580742eae38f63f43e37cc647412212
parents 2b3bf45c 50313559
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) {