google-nomulus/javatests/google/registry/model
shicong 04a495bc99 Fix Gradle build
There were two issues in the Gradle build.

 1. Missing soyToJava conversion for newly added
    google.registry.ui.soy.otesetup.

 2. testSuccess_setAllowedTldsUncached_newTldNotInCache in
    RegistrarTest modified the cache duration to 600 seconds
    which broke other tests as those tests write to the storage
    in initiation stage and expect the data to be available in
    the cache immediately, this requires the duration to be
    0.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228377715
2019-01-08 16:49:39 -05:00
..
billing Delete remnants of registrar-level credits 2018-06-27 15:28:52 -04:00
common Add an auto update time field to the Cursor entity 2018-08-10 13:44:25 -04:00
contact Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
domain Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
eppcommon Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
eppinput Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
eppoutput Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
host Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
index Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
mark Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ofy Migrate away from VoidWorks 2018-06-27 15:28:52 -04:00
poll Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
rde Migrate away from VoidWorks 2018-06-27 15:28:52 -04:00
registrar Fix Gradle build 2019-01-08 16:49:39 -05:00
registry Invalidate premium list cache on update 2018-12-20 07:46:33 -05:00
reporting Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
server Use locking on async mapreduces 2018-08-10 13:44:25 -04:00
smd Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
testdata Refactor most of OT&E verification code to exist in utils class 2019-01-02 11:58:36 -05:00
tmch Explicitly set the shard size when saving the claims list 2018-10-22 19:13:11 -04:00
transfer Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
translators Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
BUILD Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
CreateAutoTimestampTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EntityClassesTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EntityTestCase.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EppResourceTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
EppResourceUtilsTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ImmutableObjectTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ModelUtilsTest.java Remove unnecessary type specifications 2017-12-27 11:23:03 -05:00
OteAccountBuilderTest.java Add an action to check the status of OT&E verification 2019-01-08 16:46:41 -05:00
OteStatsTest.java Refactor most of OT&E verification code to exist in utils class 2019-01-02 11:58:36 -05:00
OteStatsTestHelper.java Refactor most of OT&E verification code to exist in utils class 2019-01-02 11:58:36 -05:00
ResourceCommandTestCase.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
SchemaVersionTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
UpdateAutoTimestampTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00