diff --git a/SabreTools.DatFiles.Test/ItemDictionaryDBTests.cs b/SabreTools.DatFiles.Test/ItemDictionaryDBTests.cs index 440566f3..4dfcb10e 100644 --- a/SabreTools.DatFiles.Test/ItemDictionaryDBTests.cs +++ b/SabreTools.DatFiles.Test/ItemDictionaryDBTests.cs @@ -10,6 +10,11 @@ namespace SabreTools.DatFiles.Test #region AddItem // TODO: Add AddItem tests + // - Disk, with/without hashes + // - File, with/without hashes + // - Media, with/without hashes + // - Rom, with/without hashes, with/without size + // - Stats only/actual add #endregion diff --git a/SabreTools.DatFiles.Test/ItemDictionaryTests.cs b/SabreTools.DatFiles.Test/ItemDictionaryTests.cs index eb27952e..be79fee6 100644 --- a/SabreTools.DatFiles.Test/ItemDictionaryTests.cs +++ b/SabreTools.DatFiles.Test/ItemDictionaryTests.cs @@ -10,6 +10,11 @@ namespace SabreTools.DatFiles.Test #region AddItem // TODO: Add AddItem tests + // - Disk, with/without hashes + // - File, with/without hashes + // - Media, with/without hashes + // - Rom, with/without hashes, with/without size + // - Stats only/actual add #endregion