mirror of
https://github.com/google/nomulus
synced 2026-09-01 05:37:08 +00:00
Consolidate generic success response XMLs in unit tests
EPP reuses the same generic "Command completed successfully" response with result code 1000 for many different operations. There's no need to have separate XML files for all of these different operations given that the response is the same. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202010442
This commit is contained in:
@@ -120,7 +120,7 @@ public class EppTestCase extends ShardableTestCase {
|
||||
}
|
||||
|
||||
void assertThatLoginSucceeds(String clientId, String password) throws Exception {
|
||||
assertThatLogin(clientId, password).hasResponse("login_response.xml");
|
||||
assertThatLogin(clientId, password).hasResponse("generic_success_response.xml");
|
||||
}
|
||||
|
||||
void assertThatLogoutSucceeds() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user