File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
deps/rabbitmq_amqp1_0/test/system_SUITE_data/fsharp-tests Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,6 @@ module Test =
399399 use ac = connect uri
400400 let dest = " /amq/queue/test"
401401 let receiver = ReceiverLink( ac.Session, " test-receiver" , dest)
402- receiver.Receive()
403402 receiver.Close()
404403 failwith " expected exception not received"
405404 with
@@ -414,16 +413,12 @@ module Test =
414413 use ac = connect uri
415414 let dest = " /amq/queue/test"
416415 let receiver = ReceiverLink( ac.Session, " test-receiver" , dest)
417- receiver.Receive()
418416 receiver.Close()
419417 failwith " expected exception not received"
420418 with
421419 | :? Amqp.AmqpException as ex ->
422420 printfn " Exception %A " ex
423421 ()
424- | :? System.ObjectDisposedException as ex ->
425- printfn " Exception %A " ex
426- ()
427422
428423let (| AsLower |) ( s : string ) =
429424 match s with
You can’t perform that action at this time.
0 commit comments