Skip to content

Commit

Permalink
Remove un-necessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed Jan 13, 2020
1 parent b08daad commit 40c6c5b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions OpenKh.Tests/kh2/MsgEncoderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ public void DecodeColorCommandCorrectly()
[InlineData(0x16, "123456789")]
//[InlineData(0x17, "")]
[InlineData(0x18, "23456789")]
[InlineData(0x19, "123456789")]
[InlineData(0x1a, "123456789")]
[InlineData(0x1b, "123456789")]
[InlineData(0x1c, "123456789")]
[InlineData(0x1d, "123456789")]
[InlineData(0x1e, "123456789")]
[InlineData(0x1f, "123456789")]
public void DecodeTheRightAmountOfCharacters(byte commandId, string expectedText)
{
var decoded = Encoders.InternationalSystem.Decode(new byte[]
Expand Down Expand Up @@ -169,13 +162,6 @@ public void SimpleReEncodeTest()
[InlineData(0x16)]
//[InlineData(0x17)]
[InlineData(0x18)]
[InlineData(0x19)]
[InlineData(0x1a)]
[InlineData(0x1b)]
[InlineData(0x1c)]
[InlineData(0x1d)]
[InlineData(0x1e)]
[InlineData(0x1f)]
public void AdvancedReEncodeTest(byte commandByte)
{
var expected = new byte[]
Expand Down

0 comments on commit 40c6c5b

Please sign in to comment.