Clean up comments in DthTests

This commit is contained in:
Troy Dai 2016-06-01 10:09:51 -07:00
parent 3c91f436c4
commit fc370bee6d

View file

@ -337,16 +337,8 @@ namespace Microsoft.DotNet.ProjectModel.Server.Tests
Path.Combine(projectPath, "home", GlobalSettings.FileName),
JsonConvert.SerializeObject(new { projects = new string[] { "src", "../ext" } }));
// Console.WriteLine($"attach to {System.Diagnostics.Process.GetCurrentProcess().Id}");
// while(!System.Diagnostics.Debugger.IsAttached)
// {
// System.Threading.Thread.Sleep(100);
// }
client.SendPayload(testProject, "RefreshDependencies");
// var messages = client.DrainAllMessages(TimeSpan.FromDays(1));
client.DrainTillFirst("ProjectInformation")
.RetrievePayloadAs<JObject>()
.RetrievePropertyAs<JArray>("ProjectSearchPaths")