Skip to content

Commit 58bb4f4

Browse files
committed
[C#] Enable access order checking tests.
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.
1 parent 73754c2 commit 58bb4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/sbe-tests/FieldAccessOrderCheckTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Org.SbeTool.Sbe.Tests
1010
{
11-
[TestClass, Ignore]
11+
[TestClass]
1212
public class FieldAccessOrderCheckTests
1313
{
1414
private const int Offset = 0;

0 commit comments

Comments
 (0)