Skip to content

Commit

Permalink
Re-enabled all tests
Browse files Browse the repository at this point in the history
- TestPath, TestDirectory and TestFileStream was commented
  • Loading branch information
fanoI committed Jan 6, 2016
1 parent bfc3934 commit 41d6aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Cosmos.Kernel.Tests.Fat/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ protected override void Run()
{
mDebugger.Send("Run");

//TestPath();
//TestDirectory();
TestPath();
TestDirectory();
TestFile();
//TestFileStream();
TestFileStream();

TestController.Completed();
}
Expand Down

0 comments on commit 41d6aaf

Please sign in to comment.