google-nomulus/javatests/google/registry/model
guyben 1ca6c95dc2 Add test for wrong bucketId order in CommitLogCheckpoint.create
Added to make it clear that the order of the keys in the map is important. A
better solution would be, of course, to make the order unimportant.

This can be done by using ImmutableSortedMap either as input or with copyOf
the input. But the create function is only used once, so it doesn't seem worth the effort - as long as we make sure to throw an error if the order is wrong.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164515959
2017-08-29 15:49:14 -04:00
..
billing Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
common Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
contact Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
domain Remove temporary @OnLoad used for setting period in DomainApplication 2017-06-21 09:51:28 -04:00
eppinput Add and adjust EppInput accessors for more useful properties 2017-04-26 10:51:47 -04:00
eppoutput Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
export Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
host Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
index Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
mark Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ofy Add test for wrong bucketId order in CommitLogCheckpoint.create 2017-08-29 15:49:14 -04:00
poll Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
rde Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
registrar Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
registry Allow multiple DNS writers on TLDs 2017-08-01 17:10:33 -04:00
reporting Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
server Remove queueing from Lock 2017-08-01 17:06:20 -04:00
smd Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
tmch Perform some minor test cleanup 2017-08-01 16:20:49 -04:00
transfer Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
translators Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BUILD Require that DNS writer be set on Registry entities 2017-05-03 10:38:49 -04:00
CreateAutoTimestampTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EntityClassesTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EntityTestCase.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
EppResourceUtilsTest.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
ImmutableObjectTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ModelUtilsTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResourceCommandTestCase.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
schema.txt Remove queueing from Lock 2017-08-01 17:06:20 -04:00
SchemaVersionTest.java Add golden files for request component routing maps 2017-06-05 18:17:09 -04:00
UpdateAutoTimestampTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00