Update to the latest Backup.proto

This commit is contained in:
Greyson Parrelli
2025-03-05 11:03:26 -05:00
committed by Michelle Tang
parent 2ff4ea2832
commit 19bf6f95c7
479 changed files with 118 additions and 17 deletions

View File

@@ -231,6 +231,11 @@ class ArchiveImportExportTests {
runTests { it.startsWith("recipient_groups_") }
}
// @Test
fun recipientSelf() {
runTests { it.startsWith("recipient_self_") }
}
private fun runTests(predicate: (String) -> Boolean = { true }) {
val testFiles = InstrumentationRegistry.getInstrumentation().context.resources.assets.list(TESTS_FOLDER)!!.filter(predicate)
val results: MutableList<TestResult> = mutableListOf()