From 151144e9e24313308de2714073d4b67ea156a4ec 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