some bug fixes in pref tests

This commit is contained in:
Leila Lali
2016-11-11 10:07:55 -08:00
parent 18bf76caed
commit 80a847ff4f
5 changed files with 80 additions and 52 deletions

View File

@@ -7,6 +7,6 @@ namespace Microsoft.SqlTools.ServiceLayer.TestDriver.Utility
{
public class TestResult
{
public string ElapsedTime { get; set; }
public double ElapsedTime { get; set; }
}
}