mirror of
https://github.com/google/nomulus
synced 2026-03-27 12:55:28 +00:00
This avoids changing any functionality, including the bits of DomainCommand (representations of XML files) that reference contacts. Currently, we "allow" parsing of contacts in DomainCommands and fail later as part of the domain flow, even though in practice the parsing itself will fail now that no contacts exist in the database. Because we wish to keep the "contacts aren't allowed in flows" tests active (e.g. DomainUpdateFlowTest::testFailure_minimumDataset_whenAddingNewContacts) we have to keep the usages of contacts in DomainCommand active for now.