google-nomulus/javatests/google/registry/model/ofy
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
..
CommitLogBucketTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CommitLogCheckpointTest.java Add test for wrong bucketId order in CommitLogCheckpoint.create 2017-08-29 15:49:14 -04:00
CommitLogMutationTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ObjectifyServiceTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
OfyCommitLogTest.java Add @VirtualEntity checking to Ofy's deleteWithoutBackup() 2017-02-08 17:31:07 -05:00
OfyFilterTest.java Make name and address fields required on Registrar 2017-05-17 11:44:46 -04:00
OfyTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00