From 5930a93f6646422f6df82a4fa1b2a2ade0551a4b Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Fri, 11 Feb 2022 20:45:01 +1100 Subject: [PATCH] Reorganise test files --- .../Games.Common.Test/{TextIOTests => IO}/TokenReaderTests.cs | 0 .../Games.Common.Test/{TextIOTests => IO}/TokenizerTests.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename 00_Common/dotnet/Games.Common.Test/{TextIOTests => IO}/TokenReaderTests.cs (100%) rename 00_Common/dotnet/Games.Common.Test/{TextIOTests => IO}/TokenizerTests.cs (100%) diff --git a/00_Common/dotnet/Games.Common.Test/TextIOTests/TokenReaderTests.cs b/00_Common/dotnet/Games.Common.Test/IO/TokenReaderTests.cs similarity index 100% rename from 00_Common/dotnet/Games.Common.Test/TextIOTests/TokenReaderTests.cs rename to 00_Common/dotnet/Games.Common.Test/IO/TokenReaderTests.cs diff --git a/00_Common/dotnet/Games.Common.Test/TextIOTests/TokenizerTests.cs b/00_Common/dotnet/Games.Common.Test/IO/TokenizerTests.cs similarity index 100% rename from 00_Common/dotnet/Games.Common.Test/TextIOTests/TokenizerTests.cs rename to 00_Common/dotnet/Games.Common.Test/IO/TokenizerTests.cs