mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
ZoneCodeGenerator: Move Test tests to correct folder and namespace corresponding to ZoneCodeGenerator
This commit is contained in:
parent
7117eb4506
commit
7ab7447827
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestCloseBlockTest
|
@ -10,7 +10,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestEnumMemberTest
|
@ -9,7 +9,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestEnumTest
|
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestForwardDeclTest
|
@ -8,7 +8,7 @@ using ZoneCodeGenerator.Parsing.C_Header.Blocks;
|
||||
using ZoneCodeGenerator.Parsing.C_Header.Tests;
|
||||
using ZoneCodeGenerator.Parsing.Testing;
|
||||
|
||||
namespace ZoneCodeGeneratorTests.Parsing.Testing.Tests
|
||||
namespace ZoneCodeGeneratorTests.Parsing.C_Header.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestNamespaceTest
|
Loading…
x
Reference in New Issue
Block a user