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

Commit

Permalink
Ooops... fixed build break in test caused by c70d5d2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 13, 2009
1 parent 63d87be commit 3eebbb8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public class AuthenticationRequestTests : OpenIdTestBase {
[TestMethod]
public void ProviderVersion() {
var authRequest = this.CreateAuthenticationRequest(this.claimedId, this.claimedId);
Assert.AreEqual(this.protocol.Version, authRequest.ProviderVersion);
Assert.AreEqual(this.protocol.Version, authRequest.endpoint.Protocol.Version);
}

/// <summary>
Expand Down

0 comments on commit 3eebbb8

Please sign in to comment.