]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove tests for parsing address with invalid port
authorTerry Wilson <twilson@digium.com>
Thu, 23 Jun 2011 03:10:38 +0000 (03:10 +0000)
committerTerry Wilson <twilson@digium.com>
Thu, 23 Jun 2011 03:10:38 +0000 (03:10 +0000)
commit58ff18fbd61ffc72b7e5da8e03caa8633c708ad3
tree052b2596f79e205e4f40480afebde441a74ec193
parente397e0fc546e5dcca9c5d3304b48bfe3022cb73c
Remove tests for parsing address with invalid port

getaddrinfo on OS X returns with EAI_NONAME error when passed a port
greater than 65535. Linux throws no error, so remove the tests for now.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
tests/test_netsock2.c