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

Commit 09f14917 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Change a test to not reference sharedUserLabel anymore (blocking string

import)

This is untested because the whole build is broken right now

Change-Id: I767aeaac7a7aec358fa4c1ed989f3600638e4432
parent 73fb1d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class AccountTypeTest extends AndroidTestCase {
                AccountType.getResourceText(c, packageName, externalResID, DEFAULT));

        // Load from the contacts package itself.
        final int internalResId = com.android.contacts.R.string.sharedUserLabel;
        final int internalResId = com.android.contacts.R.string.launcherDialer;
        assertEquals(c.getString(internalResId),
                AccountType.getResourceText(c, null, internalResId, DEFAULT));
    }