| Index: webrtc/api/peerconnection_unittest.cc
|
| diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc
|
| index 301fed55dbce0659d4fcd45eae8c5ad48d2308ff..48accb5bd922904c7eac5e6a4cf4947bf31f12e7 100644
|
| --- a/webrtc/api/peerconnection_unittest.cc
|
| +++ b/webrtc/api/peerconnection_unittest.cc
|
| @@ -2749,6 +2749,9 @@ TEST_F(IceServerParsingTest, ParseTransport) {
|
| turn_servers_.clear();
|
|
|
| EXPECT_FALSE(ParseUrl("turn:hostname?transport=invalid"));
|
| + EXPECT_FALSE(ParseUrl("turn:hostname?transport="));
|
| + EXPECT_FALSE(ParseUrl("turn:hostname?="));
|
| + EXPECT_FALSE(ParseUrl("?"));
|
| }
|
|
|
| // Test parsing ICE username contained in URL.
|
|
|