mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
Merge remote-tracking branch 'origin/master' into feature/AnonymousTypeTests
This commit is contained in:
commit
79db218e80
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ namespace Cosmos.Kernel.Tests.Fat.System.IO
|
||||||
xDi.Delete(recursive: true);
|
xDi.Delete(recursive: true);
|
||||||
|
|
||||||
/* This is working OK, finally */
|
/* This is working OK, finally */
|
||||||
Assert.IsTrue(xDi.Exists == false, "DirectoryInfo.Delete failed: directory continues exists");
|
//Assert.IsTrue(xDi.Exists == false, "DirectoryInfo.Delete failed: directory continues exists");
|
||||||
mDebugger.Send("END TEST");
|
mDebugger.Send("END TEST");
|
||||||
|
|
||||||
// DateTime is broken see: https://github.com/CosmosOS/Cosmos/pull/553/files for some fixes
|
// DateTime is broken see: https://github.com/CosmosOS/Cosmos/pull/553/files for some fixes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue