Skip to content

Commit

Permalink
-b0 and -b1 short params are no longer valid, removing the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
siywilliams committed Nov 25, 2017
1 parent 200344d commit 0f6ba15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FluentCommandLineParser.Tests/Integration/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public class IntegrationTests : TestContextBase<Fclp.FluentCommandLineParser>
[BoolInlineData("-b:off", false)]
[BoolInlineData("-b=on", true)]
[BoolInlineData("-b=off", false)]
[BoolInlineData("-b1", true)]
[BoolInlineData("-b0", false)]
[BoolInlineData("/b:1", true)]
[BoolInlineData("/b:0", false)]
[BoolInlineData("-b 1", true)]
Expand Down

0 comments on commit 0f6ba15

Please sign in to comment.