Skip to content

Conversation

@AndrewRissing
Copy link
Contributor

No description provided.

@ghost
Copy link

ghost commented Jul 26, 2020

CLA assistant check
All CLA requirements met.

OpenApiDifferenceOperation = OpenApiDifferenceOperation.Update,
OpenApiComparedElementType = typeof(string),
TargetValue = "image/jpeg",
SourceValue = "image/png, image/jpeg"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The below changes are just reordering of expected differences to align to the current output. Since the tests expect an explicit ordering, I assume these were taken out due to ordering changes in the code base that caused these tests to break.

I verified the correct ordering for the individual comparer's and assumed the overall OpenApiComparerTests suffered the same issue. If there is some underlying change that would warrant digging into those details, let me know and I can run it down.

Outside of the above, I found a few cases where a OpenApiComparedElementType of Uri was provided a TargetValue and SourceValue of type string rather than Uri, which I corrected as well.

@darrelmiller darrelmiller merged commit 4e9c56a into microsoft:vnext Aug 29, 2020
@AndrewRissing AndrewRissing deleted the CorrectSkippedUnitTests branch August 29, 2020 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants