summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-05 15:57:16 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-05 15:57:16 -0800
commit9ddaf7572bce89a70e77caf28ab71269693d0533 (patch)
treeca065ddde41bb4252e4d4fe4bf90fcf9bf450136 /src/DotNetOpenAuth.Test
parent52611d8f93cf31d529ec360ff379adf4d35dffe9 (diff)
downloadDotNetOpenAuth-9ddaf7572bce89a70e77caf28ab71269693d0533.zip
DotNetOpenAuth-9ddaf7572bce89a70e77caf28ab71269693d0533.tar.gz
DotNetOpenAuth-9ddaf7572bce89a70e77caf28ab71269693d0533.tar.bz2
Fixed failing test from max authentication time change made in 52611d8f93c.
Diffstat (limited to 'src/DotNetOpenAuth.Test')
-rw-r--r--src/DotNetOpenAuth.Test/Configuration/SectionTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs b/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs
index ac6fdfb..b49ada2 100644
--- a/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs
+++ b/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs
@@ -31,7 +31,7 @@ namespace DotNetOpenAuth.Test.Configuration {
[TestMethod]
public void OpenIdMaxAuthenticationTime() {
- Assert.AreEqual(TimeSpan.Parse("8:17"), DotNetOpenAuthSection.Configuration.OpenId.MaxAuthenticationTime);
+ Assert.AreEqual(TimeSpan.Parse("00:08:17"), DotNetOpenAuthSection.Configuration.OpenId.MaxAuthenticationTime);
}
[TestMethod]