mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
Fix a bad assumption in DomainAllocateFlowTest.
Despite the comment, DomainAllocateFlow is absolutely registered in FlowPicker. It gets picked if there's a domain create epp command that also specifies the allocate extension. Remove the explicit setting of flowClass, and remove two tests that now fail because DomainCreateFlow gets loaded - which is the desired behavior. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125339191
This commit is contained in:
parent
757aed2d80
commit
116bf1f4d6
3 changed files with 2 additions and 34 deletions
|
@ -86,8 +86,9 @@ public abstract class FlowTestCase<F extends Flow> {
|
|||
@Rule
|
||||
public final InjectRule inject = new InjectRule();
|
||||
|
||||
private Class<? extends Flow> flowClass;
|
||||
|
||||
protected EppLoader eppLoader;
|
||||
protected Class<? extends Flow> flowClass;
|
||||
protected SessionMetadata sessionMetadata;
|
||||
protected FakeClock clock = new FakeClock(DateTime.now(UTC));
|
||||
protected TransportCredentials credentials = new PasswordOnlyTransportCredentials();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue