mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Redirect Registrar.referralUrl UI actions to url field
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196597051
This commit is contained in:
parent
de5645abd9
commit
6cdbde107f
23 changed files with 18 additions and 59 deletions
|
@ -214,12 +214,6 @@ public class RegistrarSettingsActionTest extends RegistrarSettingsActionTestCase
|
|||
doTestUpdate(Registrar::getWhoisServer, "new-whois.example", Registrar.Builder::setWhoisServer);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUpdate_referralUrl() throws Exception {
|
||||
doTestUpdate(
|
||||
Registrar::getReferralUrl, "new-reference-url.example", Registrar.Builder::setReferralUrl);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUpdate_phoneNumber() throws Exception {
|
||||
doTestUpdate(Registrar::getPhoneNumber, "+1.2345678900", Registrar.Builder::setPhoneNumber);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue