aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/ES5TestCase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/SputnikConverter/ES5TestCase.cs')
-rw-r--r--tools/SputnikConverter/ES5TestCase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/SputnikConverter/ES5TestCase.cs b/tools/SputnikConverter/ES5TestCase.cs
index 4d1116a14..db39133a7 100644
--- a/tools/SputnikConverter/ES5TestCase.cs
+++ b/tools/SputnikConverter/ES5TestCase.cs
@@ -69,7 +69,7 @@ namespace Microsoft.Sputnik.Interop.ParserEngine
Console.WriteLine();
}
- string[] args = { script.Header, script.id, script.path, InsertStringEscapes(script.assertion), InsertStringEscapes(script.description), script.ReplicationCode, body, preCondition, script.InitialComment };
+ string[] args = { script.Header, script.id, script.path.Replace("\\", "/"), InsertStringEscapes(script.assertion), InsertStringEscapes(script.description), script.ReplicationCode, body, preCondition, script.InitialComment };
destFullPath = Path.Combine(destDir, string.Format(@"{0}.js", script.id));
try