updated smo nuget package with latest bits (#508)

* updated smo nuget package with latest bits

* added new nupkg

* fixed peek definition test

* fixed batch parser wrapper tests
This commit is contained in:
Aditya Bist
2017-10-19 18:02:47 -07:00
committed by Karl Burtram
parent 328fb30db2
commit 49f0221dc8
10 changed files with 12 additions and 12 deletions

View File

@@ -214,8 +214,8 @@ GO";
It.IsAny<Func<Exception, object>>(),
It.IsAny<int?>(),
It.IsAny<int?>()))
.Callback<string, Func<IBindingContext, CancellationToken, object>, Func<IBindingContext, object>, int?, int?>(
(key, bindOperation, timeoutOperation, t1, t2) =>
.Callback<string, Func<IBindingContext, CancellationToken, object>, Func<IBindingContext, object>, Func<Exception, object>, int?, int?>(
(key, bindOperation, timeoutOperation, errHandler, t1, t2) =>
{
timeoutResult = (DefinitionResult)timeoutOperation((IBindingContext)null);
itemMock.Object.Result = timeoutResult;