From 614d9c138b6c2d73bead78839e85851fbc442b2f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 13 Jan 2025 17:13:48 -0500 Subject: [PATCH] Remove skeletons for specialized splitting combinations --- .../DatFileTests.Splitting.cs | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/SabreTools.DatFiles.Test/DatFileTests.Splitting.cs b/SabreTools.DatFiles.Test/DatFileTests.Splitting.cs index 0886f482..f9c496d5 100644 --- a/SabreTools.DatFiles.Test/DatFileTests.Splitting.cs +++ b/SabreTools.DatFiles.Test/DatFileTests.Splitting.cs @@ -7,42 +7,6 @@ namespace SabreTools.DatFiles.Test { public partial class DatFileTests { - #region ApplyDeviceNonMerged - - // TODO: Implement ApplyDeviceNonMerged tests - - #endregion - - #region ApplyFullyMerged - - // TODO: Implement ApplyFullyMerged tests - - #endregion - - #region ApplyFullyNonMerged - - // TODO: Implement ApplyFullyNonMerged tests - - #endregion - - #region ApplyMerged - - // TODO: Implement ApplyMerged tests - - #endregion - - #region ApplyNonMerged - - // TODO: Implement ApplyNonMerged tests - - #endregion - - #region ApplySplit - - // TODO: Implement ApplySplit tests - - #endregion - #region AddItemsFromChildren [Fact]