aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs')
-rw-r--r--src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs b/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs
index 9d7fc9db..30d97f3e 100644
--- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs
+++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/TestEngine.cs
@@ -2,6 +2,7 @@
2 2
3namespace WixToolsetTest.ManagedHost 3namespace WixToolsetTest.ManagedHost
4{ 4{
5 using System;
5 using System.Collections.Generic; 6 using System.Collections.Generic;
6 using System.Diagnostics; 7 using System.Diagnostics;
7 using System.IO; 8 using System.IO;
@@ -41,7 +42,7 @@ namespace WixToolsetTest.ManagedHost
41 { 42 {
42 var startInfo = new ProcessStartInfo(executablePath) 43 var startInfo = new ProcessStartInfo(executablePath)
43 { 44 {
44 Arguments = string.Join(' ', arguments), 45 Arguments = String.Join(' ', arguments),
45 CreateNoWindow = true, 46 CreateNoWindow = true,
46 RedirectStandardError = true, 47 RedirectStandardError = true,
47 RedirectStandardOutput = true, 48 RedirectStandardOutput = true,