Remove outdated test

This commit is contained in:
Alex Sherman 2021-04-28 19:30:07 +05:00
parent 5e748f47ea
commit ad2de7fdd0

View file

@ -13,8 +13,7 @@
long_message_test_case/1, long_message_test_case/1,
invalid_command_test_case/1, invalid_command_test_case/1,
missing_command_test_case/1, missing_command_test_case/1,
error_test_case/1, error_test_case/1]).
revoked_cert_test_case/1]).
all() -> all() ->
[frame_size_test_case, [frame_size_test_case,
@ -25,8 +24,7 @@ all() ->
long_message_test_case, long_message_test_case,
invalid_command_test_case, invalid_command_test_case,
missing_command_test_case, missing_command_test_case,
error_test_case, error_test_case].
revoked_cert_test_case].
init_per_suite(Config) -> init_per_suite(Config) ->
application:ensure_all_started(epp_proxy), application:ensure_all_started(epp_proxy),
@ -209,14 +207,6 @@ error_test_case(Config) ->
"Command syntax error."), "Command syntax error."),
ok. 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: %% Helper functions:
length_of_data(Data) -> length_of_data(Data) ->
EPPEnvelope = binary:part(Data, {0, 4}), EPPEnvelope = binary:part(Data, {0, 4}),