fixed the oe integration test failing in appveyor (#339)

* fixed the oe integration test failing in appveyor
This commit is contained in:
Leila Lali
2017-05-09 13:06:12 -07:00
committed by GitHub
parent 0d570fa29b
commit 137335ffd5
6 changed files with 36 additions and 15 deletions

View File

@@ -208,7 +208,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.ObjectExplorer
}
catch (Exception ex)
{
Console.WriteLine($"Failed to run OE test. uri:{uri} error:{ex.Message}");
Console.WriteLine($"Failed to run OE test. uri:{uri} error:{ex.Message} {ex.StackTrace}");
Assert.False(true, ex.Message);
}
finally