Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

#600 Refactor to Equals in Path String, Adds Regression Tests #656

Merged
merged 1 commit into from
Jun 15, 2016

Conversation

jkotalik
Copy link
Contributor

#600 Fix

@dnfclas
Copy link

dnfclas commented Jun 15, 2016

Hi @ZestyBread, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;

@jkotalik
Copy link
Contributor Author

@Tratcher @muratg Please review

@@ -213,7 +213,7 @@ public string Add(QueryString other)
/// <returns>True if both PathString values are equal</returns>
public bool Equals(PathString other)
{
return string.Equals(_value, other._value, StringComparison.OrdinalIgnoreCase);
return this.Equals(other, StringComparison.OrdinalIgnoreCase);
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

@dnfclas
Copy link

dnfclas commented Jun 15, 2016

@ZestyBread, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, DNFBOT;

@Tratcher
Copy link
Member

Tratcher commented Jun 15, 2016

:shipit:

@jkotalik jkotalik added this to the 1.0.1 milestone Jun 15, 2016
@jkotalik jkotalik self-assigned this Jun 15, 2016
@jkotalik jkotalik merged commit d71c2cb into dev Jun 15, 2016
@jkotalik jkotalik deleted the JustinBranch branch June 15, 2016 23:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants