mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Common DatItem properties can never be null
This commit is contained in:
@@ -5,7 +5,6 @@ namespace SabreTools.DatFiles.Test
|
||||
#region RemoveHeaderFields
|
||||
|
||||
// TODO: Write RemoveHeaderFields tests
|
||||
// - Null header
|
||||
// - Empty list
|
||||
// - Full list
|
||||
|
||||
@@ -14,7 +13,6 @@ namespace SabreTools.DatFiles.Test
|
||||
#region RemoveItemFields
|
||||
|
||||
// TODO: Write RemoveItemFields tests
|
||||
// - Null item dict
|
||||
// - Both lists empty
|
||||
// - Machine only
|
||||
// - Item only
|
||||
@@ -25,7 +23,6 @@ namespace SabreTools.DatFiles.Test
|
||||
#region RemoveItemFieldsDB
|
||||
|
||||
// TODO: Write RemoveItemFieldsDB tests
|
||||
// - Null item dict
|
||||
// - Both lists empty
|
||||
// - Machine only
|
||||
// - Item only
|
||||
|
||||
Reference in New Issue
Block a user