mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-13 11:19:18 +02:00
Remove outdated test
This commit is contained in:
parent
5e748f47ea
commit
ad2de7fdd0
1 changed files with 2 additions and 12 deletions
|
@ -13,8 +13,7 @@
|
|||
long_message_test_case/1,
|
||||
invalid_command_test_case/1,
|
||||
missing_command_test_case/1,
|
||||
error_test_case/1,
|
||||
revoked_cert_test_case/1]).
|
||||
error_test_case/1]).
|
||||
|
||||
all() ->
|
||||
[frame_size_test_case,
|
||||
|
@ -25,8 +24,7 @@ all() ->
|
|||
long_message_test_case,
|
||||
invalid_command_test_case,
|
||||
missing_command_test_case,
|
||||
error_test_case,
|
||||
revoked_cert_test_case].
|
||||
error_test_case].
|
||||
|
||||
init_per_suite(Config) ->
|
||||
application:ensure_all_started(epp_proxy),
|
||||
|
@ -209,14 +207,6 @@ error_test_case(Config) ->
|
|||
"Command syntax error."),
|
||||
ok.
|
||||
|
||||
revoked_cert_test_case(Config) ->
|
||||
Options = proplists:get_value(revoked_options, Config),
|
||||
{error, Error} = ssl:connect("localhost", 1443, Options, 2000),
|
||||
{tls_alert,
|
||||
{certificate_revoked,
|
||||
"received CLIENT ALERT: Fatal - Certificate Revoked"}} = Error,
|
||||
ok.
|
||||
|
||||
%% Helper functions:
|
||||
length_of_data(Data) ->
|
||||
EPPEnvelope = binary:part(Data, {0, 4}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue