DatFile should not care about specialized removal

This commit is contained in:
Matt Nadareski
2025-01-10 22:24:19 -05:00
parent e3332fe0a0
commit 7186c47954
3 changed files with 390 additions and 433 deletions

View File

@@ -1,33 +0,0 @@
namespace SabreTools.DatFiles.Test
{
public partial class DatFileTests
{
#region RemoveHeaderFields
// TODO: Write RemoveHeaderFields tests
// - Empty list
// - Full list
#endregion
#region RemoveItemFields
// TODO: Write RemoveItemFields tests
// - Both lists empty
// - Machine only
// - Item only
// - Nested
#endregion
#region RemoveItemFieldsDB
// TODO: Write RemoveItemFieldsDB tests
// - Both lists empty
// - Machine only
// - Item only
// - Nested
#endregion
}
}