Skip to content

Commit 0f0eb44

Browse files
More URI parsing test cases
1 parent 5afbc88 commit 0f0eb44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ public void TestAmqpUriParseFail()
6666
ParseFailWith<UriFormatException>("amqp://foo%1");
6767
ParseFailWith<UriFormatException>("amqp://foo%1x");
6868
ParseFailWith<UriFormatException>("amqp://foo%xy");
69+
70+
ParseFailWith<UriFormatException>("amqps://foo%1");
71+
ParseFailWith<UriFormatException>("amqps://foo%1x");
72+
ParseFailWith<UriFormatException>("AMQPS://foo%xy");
6973
}
7074
}
7175

0 commit comments

Comments
 (0)