mirror of
https://github.com/google/nomulus
synced 2026-09-27 10:24:15 +00:00
Perform some minor test cleanup
This standardizes use of annotations/inheritance/formatting across tests, to make the code more legible and consistent. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161810734
This commit is contained in:
@@ -419,13 +419,6 @@ public class DomainAllocateFlowTest
|
||||
doSuccessfulTest(13);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Override
|
||||
public void testRequiresLogin() throws Exception {
|
||||
createTld("tld");
|
||||
super.testRequiresLogin();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSuccess_secDns() throws Exception {
|
||||
setupDomainApplication("tld", TldState.QUIET_PERIOD);
|
||||
|
||||
Reference in New Issue
Block a user