We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ebbe2 commit ab96e7cCopy full SHA for ab96e7c
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Configurations/LanguageXmlTests.cs
@@ -30,7 +30,7 @@ public void Can_Load_Language_Xml_Files()
30
private static DirectoryInfo GetLanguageDirectory()
31
{
32
var testDirectoryPathParts = Path.GetDirectoryName(TestContext.CurrentContext.TestDirectory)
33
- .Split(new[] { Path.DirectorySeparatorChar }, StringSplitOptions.RemoveEmptyEntries);
+ .Split(new[] { Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar }, StringSplitOptions.RemoveEmptyEntries);
34
var solutionDirectoryPathParts = testDirectoryPathParts
35
.Take(Array.IndexOf(testDirectoryPathParts, "tests"));
36
var languageFolderPathParts = new List<string>(solutionDirectoryPathParts);
0 commit comments