=== source code for asn1_SUITE:cover/1
=== Test case started with:
asn1_SUITE:cover([{watchdog,<0.1881.0>},
{tc_logfile,"/home/karol/R16B03/otp-support/release/tests/test_server/ct_run.test_server@zed.2013-12-30_22.42.43/tests.asn1_test.logs/run.2013-12-30_22.42.58/asn1_suite.cover.html"},
{tc_group_properties,[{name,parallel},parallel]},
{tc_group_path,[]},
{data_dir,"/home/karol/R16B03/otp-support/release/tests/asn1_test/asn1_SUITE_data/"},
{priv_dir,"/home/karol/R16B03/otp-support/release/tests/test_server/ct_run.test_server@zed.2013-12-30_22.42.43/tests.asn1_test.logs/run.2013-12-30_22.42.58/log_private/"},
{nodenames,[]}])
=== Current directory is "/home/karol/R16B03/otp-support/release/tests/test_server/ct_run.test_server@zed.2013-12-30_22.42.43"
=== Started at 2013-12-30 22:43:02
%%
%% asn1ct_eval_ext
%%
transform_to_EXTERNAL1994({'EXTERNAL',DRef,IndRef,Data_v_desc,Encoding} =
V) ->
Identification =
case {DRef,IndRef} of
{DRef,asn1_NOVALUE} ->
{syntax,DRef};
{asn1_NOVALUE,IndRef} ->
{'presentation-context-id',IndRef};
_ ->
{'context-negotiation',
{'EXTERNAL_identification_context-negotiation',
IndRef,
DRef}}
end,
case Encoding of
{'octet-aligned',Val} when is_list(Val); is_binary(Val) ->
{'EXTERNAL',Identification,Data_v_desc,Val};
_ ->
V
end.
=== Ended at 2013-12-30 22:43:02
=== successfully completed test case
=== returned value = ok