Skip to content

Commit

Permalink
Regenerate expected files for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Oct 8, 2015
1 parent 9470dd5 commit a9bda4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public PathItems(AutoRestUrlTestService client)
invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary<string, object> tracingParameters = new Dictionary<string, object>();
tracingParameters.Add("localStringPath", localStringPath);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("localStringQuery", localStringQuery);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("pathItemStringQuery", pathItemStringQuery);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(invocationId, this, "GetAllWithValues", tracingParameters);
Expand Down Expand Up @@ -220,8 +220,8 @@ public PathItems(AutoRestUrlTestService client)
invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary<string, object> tracingParameters = new Dictionary<string, object>();
tracingParameters.Add("localStringPath", localStringPath);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("localStringQuery", localStringQuery);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("pathItemStringQuery", pathItemStringQuery);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(invocationId, this, "GetGlobalQueryNull", tracingParameters);
Expand Down Expand Up @@ -348,8 +348,8 @@ public PathItems(AutoRestUrlTestService client)
invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary<string, object> tracingParameters = new Dictionary<string, object>();
tracingParameters.Add("localStringPath", localStringPath);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("localStringQuery", localStringQuery);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("pathItemStringQuery", pathItemStringQuery);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(invocationId, this, "GetGlobalAndLocalQueryNull", tracingParameters);
Expand Down Expand Up @@ -476,8 +476,8 @@ public PathItems(AutoRestUrlTestService client)
invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary<string, object> tracingParameters = new Dictionary<string, object>();
tracingParameters.Add("localStringPath", localStringPath);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("localStringQuery", localStringQuery);
tracingParameters.Add("pathItemStringPath", pathItemStringPath);
tracingParameters.Add("pathItemStringQuery", pathItemStringQuery);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(invocationId, this, "GetLocalPathItemQueryNull", tracingParameters);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ private void Initialize()
{
invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary<string, object> tracingParameters = new Dictionary<string, object>();
tracingParameters.Add("petId", petId);
tracingParameters.Add("apiKey", apiKey);
tracingParameters.Add("petId", petId);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(invocationId, this, "DeletePet", tracingParameters);
}
Expand Down

0 comments on commit a9bda4f

Please sign in to comment.