Skip to content

Commit

Permalink
[CSharp] Enable access order checking tests.
Browse files Browse the repository at this point in the history
Having ported the implementation from Java and fixed some issues where
the C# codecs were not checking the acting version when decoding data,
the tests now pass.
  • Loading branch information
ZachBray committed Jul 5, 2023
1 parent 921daf1 commit b3f809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/sbe-tests/FieldAccessOrderCheckTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Org.SbeTool.Sbe.Tests
{
[TestClass, Ignore]
[TestClass]
public class FieldAccessOrderCheckTests
{
private const int Offset = 0;
Expand Down

0 comments on commit b3f809d

Please sign in to comment.