mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-14 03:39: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,
|
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}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue