mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 22:44:06 +02:00
Rename Response in the epp model to EppResponse
So that it doesn't conflict with request.Response. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124595393
This commit is contained in:
parent
0ce293325c
commit
7cf4ddce97
41 changed files with 92 additions and 83 deletions
|
@ -51,7 +51,7 @@ import google.registry.model.eppcommon.AuthInfo.PasswordAuth;
|
|||
import google.registry.model.eppcommon.StatusValue;
|
||||
import google.registry.model.eppcommon.Trid;
|
||||
import google.registry.model.eppoutput.EppOutput;
|
||||
import google.registry.model.eppoutput.Response;
|
||||
import google.registry.model.eppoutput.EppResponse;
|
||||
import google.registry.model.eppoutput.Result;
|
||||
import google.registry.model.eppoutput.Result.Code;
|
||||
import google.registry.model.host.HostResource;
|
||||
|
@ -435,7 +435,7 @@ public class DomainResourceTest extends EntityTestCase {
|
|||
new LocalRpcService.Status(), MemcacheFlushRequest.newBuilder().build());
|
||||
int numPreviousReads = RequestCapturingAsyncDatastoreService.getReads().size();
|
||||
EppXmlTransformer.marshal(
|
||||
EppOutput.create(new Response.Builder()
|
||||
EppOutput.create(new EppResponse.Builder()
|
||||
.setResult(Result.create(Code.Success))
|
||||
.setResData(ImmutableList.of(domain))
|
||||
.setTrid(Trid.create(null, "abc"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue