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

Commit b1d23035 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

debug info: wording; update JUnit

parent f9a6107f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,6 +164,6 @@ dependencies {
    androidTestImplementation 'junit:junit:4.13.1'
    androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"

    testImplementation 'junit:junit:4.13.1'
    testImplementation 'junit:junit:4.13.2'
    testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
}
+2 −2
Original line number Diff line number Diff line
@@ -577,11 +577,11 @@ class DebugInfoActivity: AppCompatActivity() {
                    AccountDumpInfo(CalendarContract.AUTHORITY, CalendarContract.Events.CONTENT_URI, "event(s)"),
                    AccountDumpInfo(ProviderName.OpenTasks.authority, TaskContract.Tasks.getContentUri(ProviderName.OpenTasks.authority), "OpenTasks task(s)"),
                    AccountDumpInfo(ProviderName.TasksOrg.authority, TaskContract.Tasks.getContentUri(ProviderName.TasksOrg.authority), "tasks.org task(s)"),
                    AccountDumpInfo(ContactsContract.AUTHORITY, ContactsContract.RawContacts.CONTENT_URI, "wrongly assigned contact(s)")
                    AccountDumpInfo(ContactsContract.AUTHORITY, ContactsContract.RawContacts.CONTENT_URI, "wrongly assigned raw contact(s)")
            )

            fun addressBookAccount() = listOf(
                    AccountDumpInfo(ContactsContract.AUTHORITY, ContactsContract.RawContacts.CONTENT_URI, "contact(s)")
                    AccountDumpInfo(ContactsContract.AUTHORITY, ContactsContract.RawContacts.CONTENT_URI, "raw contact(s)")
            )

        }