Skip to content

Commit 0553efe

Browse files
author
Emile Joubert
committed
Ignore unexpected results from built-in URI parser
System.Uri does not distinguish between amqp://[::1]foo and amqp://[::1]/foo
1 parent ef233bc commit 0553efe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/client/Unit/src/unit/TestAmqpUri.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public void TestAmqpUriParse()
116116
ParseFail("amqp://foo:bar:baz");
117117
ParseFail("amqp://foo[::1]");
118118
ParseFail("amqp://foo:[::1]");
119-
ParseFail("amqp://[::1]foo");
120119
ParseFail("amqp://foo:1000xyz");
121120
ParseFail("amqp://foo:1000000");
122121
ParseFail("amqp://foo/bar/baz");

0 commit comments

Comments
 (0)