Task/batch parser wrapper tests (#327)

* added more batch parser tests

* fixed merge conflicts

* change debug type to portable

* fixed imports according to review

* fixed sql cmd tests

* making change to check appveyor tests

* removed coverage result file
This commit is contained in:
Aditya Bist
2017-04-24 09:10:10 -07:00
committed by GitHub
parent 06eddd57f4
commit cf9a81aec9
2 changed files with 5 additions and 8 deletions

View File

@@ -443,7 +443,6 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.TSQLExecutionEngine
TestExecutor executor = new TestExecutor(sqlStatement, connection, conditions, -1);
executor.Run();
Assert.Equal(executor.ExecutionResult, ScriptExecutionResult.Success);
}
/// <summary>