mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Address a handful of TODOs
This commit is contained in:
@@ -429,7 +429,6 @@ namespace SabreTools.Test.Core
|
||||
}
|
||||
|
||||
// TODO: Write new test for all supported DatHeaderField values
|
||||
// TODO: Write new test for all supported DatItemField values
|
||||
|
||||
[Theory]
|
||||
[InlineData(DeviceType.NULL, null)]
|
||||
@@ -607,8 +606,6 @@ namespace SabreTools.Test.Core
|
||||
Assert.Equal(expected, actual);
|
||||
}
|
||||
|
||||
// TODO: Write new test for all supported MachineField values
|
||||
|
||||
[Theory]
|
||||
[InlineData(MachineType.None, true, "none")]
|
||||
[InlineData(MachineType.None, false, "none")]
|
||||
|
||||
Reference in New Issue
Block a user