fix: prefix bug in MockDirectory.EnumerateDirectories (#815) #1144
Annotations
10 errors and 10 warnings
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1502
Expected is <System.String[1]>, actual is <System.Linq.Enumerable+WhereSelectArrayIterator`2[System.String,System.String]>
Values differ at index [0]
String lengths are both 16. Strings differ at index 6.
Expected: "Folder\\SubFolder"
But was: "Folder/SubFolder"
-----------------^
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1500
System.IO.DirectoryNotFoundException : Could not find a part of the path '/Folder\'.
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1500
System.IO.DirectoryNotFoundException : Could not find a part of the path '/Folder\..\.\Folder'.
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1502
Expected is <System.String[1]>, actual is <System.Linq.Enumerable+WhereSelectArrayIterator`2[System.String,System.String]>
Values differ at index [0]
String lengths are both 16. Strings differ at index 6.
Expected: "Folder\\SubFolder"
But was: "Folder/SubFolder"
-----------------^
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1500
System.IO.DirectoryNotFoundException : Could not find a part of the path '/Folder\'.
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1500
System.IO.DirectoryNotFoundException : Could not find a part of the path '/Folder\..\.\Folder'.
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1502
Expected is <System.String[1]>, actual is <System.Linq.Enumerable+WhereSelectArrayIterator`2[System.String,System.String]>
Values differ at index [0]
String lengths are both 16. Strings differ at index 6.
Expected: "Folder\\SubFolder"
But was: "Folder/SubFolder"
-----------------^
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1500
System.IO.DirectoryNotFoundException : Could not find a part of the path '/Folder\'.
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1500
System.IO.DirectoryNotFoundException : Could not find a part of the path '/Folder\..\.\Folder'.
|
tests/TestableIO.System.IO.Abstractions.TestingHelpers.Tests/MockDirectoryTests.cs#L1502
Expected is <System.String[1]>, actual is <System.Linq.Enumerable+WhereSelectArrayIterator`2[System.String,System.String]>
Values differ at index [0]
String lengths are both 16. Strings differ at index 6.
Expected: "Folder\\SubFolder"
But was: "Folder/SubFolder"
-----------------^
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading