Fix OldSocketTest#test_connectLjava_net_SocketAddressI
Change 27604018 accidently changed the test but exposed that the test itself is incorrect. The first connect actually already throws ConnectException, since theAddress only have a wildcard port number. Fixed the test to use serverSocket's local socket address. Test: OldSocketTest#test_connectLjava_net_SocketAddressI Change-Id: I57043359469b41d67bb04fcd3ba947214f70b17f
Loading
Please sign in to comment