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

Commit 7342ceb3 authored by Shuo Qian's avatar Shuo Qian Committed by Gerrit Code Review
Browse files

Merge "Modify ImsCallProfile unit test"

parents c99581db 24c27108
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,9 +131,9 @@ public class ImsCallProfileTest {
        Location locationFromUnparceledData = unparceledData.getCallExtraParcelable(
                ImsCallProfile.EXTRA_LOCATION);
        assertEquals("unparceled data for EXTRA_LOCATION latitude is not valid!",
                locationFromData.getLatitude(), locationFromUnparceledData.getLatitude());
                locationFromData.getLatitude(), locationFromUnparceledData.getLatitude(), 0);
        assertEquals("unparceled data for EXTRA_LOCATION Longitude is not valid!",
                locationFromData.getLongitude(), locationFromUnparceledData.getLongitude());
                locationFromData.getLongitude(), locationFromUnparceledData.getLongitude(), 0);

        assertEquals("unparceled data for EXTRA_PICTURE_URL is not valid!",
                data.getCallExtra(ImsCallProfile.EXTRA_PICTURE_URL),