couple of minor refactoring and warnings cleanup.
[mono.git] / mcs / class / Microsoft.Build / Test / Microsoft.Build.Evaluation / ProjectTest.cs
index aeae25475ec25623b208f27b7910508566951d66..8645d710df355f5f1c537091a5c29fc87360a268 100644 (file)
@@ -161,7 +161,7 @@ namespace MonoTests.Microsoft.Build.Evaluation
             var xml = XmlReader.Create (new StringReader (project_xml));
             var root = ProjectRootElement.Create (xml);
                        var proj = new Project (root, null, "4.0");
-                       Assert.IsFalse (proj.Build ("Build", new ILogger [] {new ConsoleLogger (LoggerVerbosity.Diagnostic, Console.Error.WriteLine, null, null)})); // missing mandatory properties
+                       Assert.IsFalse (proj.Build ("Build", new ILogger [] {new ConsoleLogger (LoggerVerbosity.Diagnostic)})); // missing mandatory properties
                }
                
                [Test]