mirror of
https://github.com/google/nomulus.git
synced 2025-08-15 14:04:06 +02:00
Remove EppResource.SharedFields following successful data migration
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117412736
This commit is contained in:
parent
401df6c34a
commit
99a50f7972
8 changed files with 6 additions and 222 deletions
|
@ -108,11 +108,9 @@ public class MutatingCommandTest {
|
|||
String changes = command.prompt();
|
||||
assertThat(changes).isEqualTo(
|
||||
"Update HostResource@2-ROID\n"
|
||||
+ "sharedFields.lastUpdateTime -> [null, 2014-09-09T09:09:09.000Z]\n"
|
||||
+ "lastEppUpdateTime -> [null, 2014-09-09T09:09:09.000Z]\n"
|
||||
+ "\n"
|
||||
+ "Update HostResource@3-ROID\n"
|
||||
+ "sharedFields.currentSponsorClientId -> [TheRegistrar, Registrar2]\n"
|
||||
+ "currentSponsorClientId -> [TheRegistrar, Registrar2]\n"
|
||||
+ "\n"
|
||||
+ "Update Registrar@Registrar1\n"
|
||||
|
@ -240,7 +238,6 @@ public class MutatingCommandTest {
|
|||
+ host1 + "\n"
|
||||
+ "\n"
|
||||
+ "Update HostResource@3-ROID\n"
|
||||
+ "sharedFields.currentSponsorClientId -> [TheRegistrar, Registrar2]\n"
|
||||
+ "currentSponsorClientId -> [TheRegistrar, Registrar2]\n"
|
||||
+ "\n"
|
||||
+ "Delete Registrar@Registrar1\n"
|
||||
|
@ -281,7 +278,6 @@ public class MutatingCommandTest {
|
|||
+ host1 + "\n"
|
||||
+ "\n"
|
||||
+ "Update HostResource@3-ROID\n"
|
||||
+ "sharedFields.currentSponsorClientId -> [TheRegistrar, Registrar2]\n"
|
||||
+ "currentSponsorClientId -> [TheRegistrar, Registrar2]\n"
|
||||
+ "\n"
|
||||
+ "Delete Registrar@Registrar1\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue