mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move existing, unported tests to root for old test project
This commit is contained in:
@@ -3,7 +3,7 @@ using SabreTools.DatItems.Formats;
|
||||
using SabreTools.DatTools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.Filtering
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
public class CleaningTests
|
||||
{
|
||||
@@ -4,7 +4,7 @@ using SabreTools.DatFiles;
|
||||
using SabreTools.DatTools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.DatTools
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
public class ParserTests
|
||||
{
|
||||
@@ -2,7 +2,7 @@ using System.Collections.Generic;
|
||||
using SabreTools.DatTools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.Filtering
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
public class PopulationTests
|
||||
{
|
||||
@@ -1,7 +1,7 @@
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.DatItems.Formats;
|
||||
|
||||
namespace SabreTools.Test.Filtering
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
// TODO: Reenable tests when there's a reasonable way of doing so
|
||||
public class RemoverTests
|
||||
@@ -6,7 +6,7 @@ using SabreTools.DatTools;
|
||||
using SabreTools.Hashing;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.DatFiles
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
public class ReplacerTests
|
||||
{
|
||||
@@ -4,7 +4,7 @@ using SabreTools.DatItems.Formats;
|
||||
using SabreTools.DatTools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.DatFiles
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
public class SetterTests
|
||||
{
|
||||
@@ -2,7 +2,7 @@ using SabreTools.DatFiles;
|
||||
using SabreTools.DatTools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.DatTools
|
||||
namespace SabreTools.Test
|
||||
{
|
||||
public class WriterTests
|
||||
{
|
||||
Reference in New Issue
Block a user