File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
androidTest/java/org/odk/collect/android/feature/formentry
test/java/org/odk/collect/android/formentry/support Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ class EntityFormTest {
391391 .assertTextDoesNotExist(" Roman Roy" )
392392 }
393393
394- @Test // https://github.com/getodk/collect/issues/6425
394+ @Test // https://github.com/getodk/collect/issues/6425
395395 fun nonEntityFormWithCsvMatchingEntityList_usesCsvChoices () {
396396 testDependencies.server.addForm(" one-question-entity-registration.xml" , listOf (EntityListItem (" people.csv" )))
397397 testDependencies.server.addForm(" select-one-person.xml" , listOf (MediaFileItem (" people.csv" )))
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import org.odk.collect.forms.instances.Instance
1010import org.odk.collect.shared.strings.UUIDGenerator
1111
1212class InMemFormSessionRepository : FormSessionRepository {
13+ override var currentForm: Form ? = null
1314
1415 private val map = mutableMapOf<String , MutableLiveData <FormSession >>()
1516
You can’t perform that action at this time.
0 commit comments