Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Revert "Add test for invalid protocol"
Browse files Browse the repository at this point in the history
This reverts commit 49d538a.
  • Loading branch information
aw committed Jan 6, 2016
1 parent 49d538a commit c8bc657
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_nanomsg.l
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@
'(unit~assert-throws 'InternalError
'(NanomsgError . "Protocol not supported")
'(rep-bind "tcpz://127.0.0.1:5560")
"Throw an InternalError when trying to use an invalid transport" )
'(unit~assert-throws 'InternalError
'(NanomsgError . "Invalid protocol")
'(protocol-connect "REQ" "tcp://127.0.0.1:5560")
"Throw an InternalError when trying to use an invalid protocol" )

'(test-rep-bind)
Expand Down

0 comments on commit c8bc657

Please sign in to comment.