Skip to content

Commit 5f325a3

Browse files
author
Alexandru Scvortov
committed
merge bug24529 into default (Fix tests for broken AMQP URIs on windows)
2 parents ef233bc + 0553efe commit 5f325a3

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)