mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
Move GuidTest to Cosmos.Compiler.Tests.Bcl.System
This commit is contained in:
parent
6dc316455f
commit
03b8d26ecd
3 changed files with 2 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ namespace Cosmos.Compiler.Tests.Bcl.System
|
||||||
ConvertTests.Execute();
|
ConvertTests.Execute();
|
||||||
DateTimeTests.Execute();
|
DateTimeTests.Execute();
|
||||||
TimeSpanTests.Execute();
|
TimeSpanTests.Execute();
|
||||||
|
GuidTest.Execute();
|
||||||
|
|
||||||
TestController.Completed();
|
TestController.Completed();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ using Cosmos.TestRunner;
|
||||||
|
|
||||||
namespace Cosmos.Compiler.Tests.Bcl.System
|
namespace Cosmos.Compiler.Tests.Bcl.System
|
||||||
{
|
{
|
||||||
class GuidTest
|
internal static class GuidTest
|
||||||
{
|
{
|
||||||
|
|
||||||
public static void Execute()
|
public static void Execute()
|
||||||
|
|
|
||||||
|
|
@ -51,8 +51,6 @@ namespace Cosmos.Compiler.Tests.Bcl
|
||||||
StringBuilderTest.Execute();
|
StringBuilderTest.Execute();
|
||||||
EncodingTest.Execute();
|
EncodingTest.Execute();
|
||||||
|
|
||||||
GuidTest.Execute();
|
|
||||||
|
|
||||||
TestController.Completed();
|
TestController.Completed();
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue