mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 12:17:22 +00:00
Update to the latest Backup.proto
This commit is contained in:
committed by
Michelle Tang
parent
2ff4ea2832
commit
19bf6f95c7
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user