We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afbc88 commit 0f0eb44Copy full SHA for 0f0eb44
projects/client/Unit/src/unit/TestAmqpUri.cs
@@ -66,6 +66,10 @@ public void TestAmqpUriParseFail()
66
ParseFailWith<UriFormatException>("amqp://foo%1");
67
ParseFailWith<UriFormatException>("amqp://foo%1x");
68
ParseFailWith<UriFormatException>("amqp://foo%xy");
69
+
70
+ ParseFailWith<UriFormatException>("amqps://foo%1");
71
+ ParseFailWith<UriFormatException>("amqps://foo%1x");
72
+ ParseFailWith<UriFormatException>("AMQPS://foo%xy");
73
}
74
75
0 commit comments