Skip to content

Commit b59a70d

Browse files
author
Alexandru Scvortov
committed
add test for the other schemes
1 parent 8bb9070 commit b59a70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void TestAmqpUriParse()
5353
/* From the spec */
5454
ParseSuccess("amqp://user:pass@host:10000/vhost",
5555
"user", "pass", "host", 10000, "vhost");
56-
ParseSuccess("amqp://user%61:%61pass@host:10000/v%2fhost",
56+
ParseSuccess("aMQps://user%61:%61pass@host:10000/v%2fhost",
5757
"usera", "apass", "host", 10000, "v/host");
5858
ParseSuccess("amqp://localhost", "guest", "guest", "localhost", 5672, "/");
5959
ParseSuccess("amqp://:@localhost/", "", "", "localhost", 5672, "/");

0 commit comments

Comments
 (0)