From 0b169450eca5d0aae87c90d03002b9ebe935dfd0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 16 Jan 2025 13:59:36 -0500 Subject: [PATCH] Add notes about required AddItem tests --- SabreTools.DatFiles.Test/ItemDictionaryDBTests.cs | 5 +++++ SabreTools.DatFiles.Test/ItemDictionaryTests.cs | 5 +++++ 2 files changed, 10 insertions(+) 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