mirror of
https://github.com/google/nomulus.git
synced 2025-05-07 15:28:22 +02:00
Remove redundant run commmands in CreateDomainCommandTest
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130954171
This commit is contained in:
parent
965cf6edc3
commit
1482e413e0
1 changed files with 1 additions and 8 deletions
|
@ -55,10 +55,7 @@ public class CreateDomainCommandTest extends EppToolCommandTestCase<CreateDomain
|
||||||
@Test
|
@Test
|
||||||
public void testFailure_missingClientId() throws Exception {
|
public void testFailure_missingClientId() throws Exception {
|
||||||
thrown.expect(ParameterException.class);
|
thrown.expect(ParameterException.class);
|
||||||
runCommandForced(
|
runCommandForced("--domain=example.tld", "--registrant=crr-admin");
|
||||||
"--domain=example.tld",
|
|
||||||
"--registrant=crr-admin");
|
|
||||||
runCommandForced();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -69,8 +66,6 @@ public class CreateDomainCommandTest extends EppToolCommandTestCase<CreateDomain
|
||||||
"--registrant=crr-admin",
|
"--registrant=crr-admin",
|
||||||
"--admin=crr-admin",
|
"--admin=crr-admin",
|
||||||
"--tech=crr-tech");
|
"--tech=crr-tech");
|
||||||
|
|
||||||
runCommandForced();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -81,8 +76,6 @@ public class CreateDomainCommandTest extends EppToolCommandTestCase<CreateDomain
|
||||||
"--domain=example.tld",
|
"--domain=example.tld",
|
||||||
"--admin=crr-admin",
|
"--admin=crr-admin",
|
||||||
"--tech=crr-tech");
|
"--tech=crr-tech");
|
||||||
|
|
||||||
runCommandForced();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Add table
Reference in a new issue