fixing ignored tests
This commit is contained in:
parent
a843bdbb43
commit
308d3a5555
|
|
@ -60,19 +60,19 @@ basic_ack_test() ->
|
|||
basic_ack_call_test() ->
|
||||
test_util:basic_ack_call_test(new_connection()).
|
||||
|
||||
sync_method_serialization_test() ->
|
||||
sync_method_serialization_test_() ->
|
||||
{timeout, 60,
|
||||
fun () ->
|
||||
test_util:sync_method_serialization_test(new_connection())
|
||||
end}.
|
||||
|
||||
async_sync_method_serialization_test() ->
|
||||
async_sync_method_serialization_test_() ->
|
||||
{timeout, 60,
|
||||
fun () ->
|
||||
test_util:async_sync_method_serialization_test(new_connection())
|
||||
end}.
|
||||
|
||||
sync_async_method_serialization_test() ->
|
||||
sync_async_method_serialization_test_() ->
|
||||
{timeout, 60,
|
||||
fun () ->
|
||||
test_util:sync_async_method_serialization_test(new_connection())
|
||||
|
|
|
|||
|
|
@ -65,19 +65,19 @@ channel_lifecycle_test() ->
|
|||
queue_unbind_test() ->
|
||||
test_util:queue_unbind_test(new_connection()).
|
||||
|
||||
sync_method_serialization_test() ->
|
||||
sync_method_serialization_test_() ->
|
||||
{timeout, 60,
|
||||
fun () ->
|
||||
test_util:sync_method_serialization_test(new_connection())
|
||||
end}.
|
||||
|
||||
async_sync_method_serialization_test() ->
|
||||
async_sync_method_serialization_test_() ->
|
||||
{timeout, 60,
|
||||
fun () ->
|
||||
test_util:async_sync_method_serialization_test(new_connection())
|
||||
end}.
|
||||
|
||||
sync_async_method_serialization_test() ->
|
||||
sync_async_method_serialization_test_() ->
|
||||
{timeout, 60,
|
||||
fun () ->
|
||||
test_util:sync_async_method_serialization_test(new_connection())
|
||||
|
|
|
|||
Loading…
Reference in New Issue