mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 07:13:34 +02:00
Set short redemption/add/delete periods for all OT&E TLDs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228791942
This commit is contained in:
parent
765e63e7e9
commit
a4fca18657
7 changed files with 64 additions and 164 deletions
|
@ -44,7 +44,7 @@ public class VerifyOteActionTest {
|
|||
@Test
|
||||
public void testSuccess_summarize_allPass() {
|
||||
assertThat(getResponse(true))
|
||||
.isEqualTo("# actions: 31 - Reqs: [----------------] 16/16 - Overall: PASS");
|
||||
.isEqualTo("# actions: 30 - Reqs: [----------------] 16/16 - Overall: PASS");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -53,7 +53,7 @@ public class VerifyOteActionTest {
|
|||
OteStatsTestHelper.deleteDomainRestoreHistoryEntry();
|
||||
OteStatsTestHelper.deleteHostDeleteHistoryEntry();
|
||||
assertThat(getResponse(true))
|
||||
.isEqualTo("# actions: 35 - Reqs: [-.-----.------.-] 13/16 - Overall: FAIL");
|
||||
.isEqualTo("# actions: 34 - Reqs: [-.-----.------.-] 13/16 - Overall: FAIL");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -65,7 +65,7 @@ public class VerifyOteActionTest {
|
|||
+ "domain creates with fee: 1\n"
|
||||
+ "domain creates with sec dns: 1\n"
|
||||
+ ".*"
|
||||
+ "domain deletes: 2\n"
|
||||
+ "domain deletes: 1\n"
|
||||
+ ".*"
|
||||
+ "domain restores: 1\n"
|
||||
+ "domain transfer approves: 1\n"
|
||||
|
@ -95,7 +95,7 @@ public class VerifyOteActionTest {
|
|||
+ "domain creates with fee: 1\n"
|
||||
+ "domain creates with sec dns: 1\n"
|
||||
+ ".*"
|
||||
+ "domain deletes: 2\n"
|
||||
+ "domain deletes: 1\n"
|
||||
+ ".*"
|
||||
+ "domain restores: 1\n"
|
||||
+ "domain transfer approves: 1\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue