google-nomulus/javatests/google/registry/ui/server/registrar
guyben 38bf86c0fd Incorporate some of the fixes done in RegistrarPremiumPriceAckAction
This is in preparation for merging and then removing
RegistrarPremiumPriceAckAction.

This includes:

test that the data the UI sent isn't stale
---------------------------------------------
Our system is "read, modify, write". However, if between the "read" and the "write" someone else changed the registry, my write will undo their change even if I didn't touch any of their fields.
To solve that - we use the "lastUpdateTime" timestamp of the registrar. the UI reads it with the rest of the data, and sends it back on "write". We will now make sure the registrar currently in datastore has the same timestamp.

support premium-price-ack flag
---------------------------------
Add support for reading and writing this flag. We still won't be using it - that's in a followup CL, but we support it.

support changing the URL
------------------------
Add changing the URL in the UI, under the "whois" section

Will replace the Ack endpoint with this (and remove that endpoint) in a followup CL

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192154078
2018-04-10 16:54:51 -04:00
..
testdata Incorporate some of the fixes done in RegistrarPremiumPriceAckAction 2018-04-10 16:54:51 -04:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
ConsoleUiActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
ContactSettingsTest.java Incorporate some of the fixes done in RegistrarPremiumPriceAckAction 2018-04-10 16:54:51 -04:00
RegistrarPaymentActionTest.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
RegistrarPaymentSetupActionTest.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
RegistrarPremiumPriceAckActionTest.java Move tests to use TestDataHelper for reading resources 2018-04-10 16:43:17 -04:00
RegistrarSettingsActionTest.java Incorporate some of the fixes done in RegistrarPremiumPriceAckAction 2018-04-10 16:54:51 -04:00
RegistrarSettingsActionTestCase.java Incorporate some of the fixes done in RegistrarPremiumPriceAckAction 2018-04-10 16:54:51 -04:00
SecuritySettingsTest.java Remove Registrar caching from all console actions 2018-04-02 16:49:00 -04:00
SendEmailUtilsTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
SessionUtilsTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
WhoisSettingsTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00