google-nomulus/javatests/google/registry/util
guyben 01591ff88e Clarify diff display of MutatingCommand
Tools inheriting from MutatingCommand print out the change they are going to
make and then ask the user to confirm that this is indeed what they wanted to
do.

The change is outputted as a list of updated values in the form

key -> [oldValue, newValue]

e.g.

dnsPaused -> [true, false]

This CL will change the output to be clearer:

key: oldValue -> newValue

e.g.

dnsPaused: true -> false

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170853745
2017-10-04 16:16:45 -04:00
..
BUILD Deprecate more fields in RegistryConfig 2017-01-09 11:59:04 -05:00
CidrAddressBlockTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CollectionUtilsTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:42:43 -04:00
ComparingInvocationHandlerTest.java Perform some minor test cleanup 2017-08-01 16:20:49 -04:00
ConcurrentTest.java Replace deprecated Truth hasMessage() method with hasMessageThat() 2017-04-26 10:35:23 -04:00
DateTimeUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DiffUtilsTest.java Clarify diff display of MutatingCommand 2017-10-04 16:16:45 -04:00
DomainNameUtilsTest.java Clean up minor items found during DiRT 2017-03-27 13:25:35 -04:00
HexDumperTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PosixTarHeaderSystemTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PosixTarHeaderTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RequestStatusCheckerImplTest.java Fix Kokoro build 2017-09-12 15:51:50 -04:00
RetrierTest.java Retry Datastore errors in CommitLogManifestReader.next() 2017-08-29 16:06:48 -04:00
SerializeUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SqlTemplateTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TaskEnqueuerTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TeeOutputStreamTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TypeUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UrlFetchUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00