mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Improve addressing tests
This commit is contained in:
parent
e40353042e
commit
414519d17f
3 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,7 @@ class EppResponseResultCodeTest < ActiveSupport::TestCase
|
|||
codes = {
|
||||
completed_successfully: 1000,
|
||||
completed_successfully_action_pending: 1001,
|
||||
completed_without_address: 1100,
|
||||
completed_successfully_no_messages: 1300,
|
||||
completed_successfully_ack_to_dequeue: 1301,
|
||||
completed_successfully_ending_session: 1500,
|
||||
|
@ -58,6 +59,7 @@ class EppResponseResultCodeTest < ActiveSupport::TestCase
|
|||
descriptions = {
|
||||
1000 => 'Command completed successfully',
|
||||
1001 => 'Command completed successfully; action pending',
|
||||
1100 => 'Command completed successfully; Postal address data discarded',
|
||||
1300 => 'Command completed successfully; no messages',
|
||||
1301 => 'Command completed successfully; ack to dequeue',
|
||||
1500 => 'Command completed successfully; ending session',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue