summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Test/Configuration/SectionTests.cs')
-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 b49ada2..73aad6d 100644
--- a/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs
+++ b/src/DotNetOpenAuth.Test/Configuration/SectionTests.cs
@@ -50,7 +50,7 @@ namespace DotNetOpenAuth.Test.Configuration {
var op = DotNetOpenAuthSection.Configuration.OpenId.Provider;
Assert.IsNull(op.ApplicationStore.CustomType);
- Assert.IsFalse(op.SecuritySettings.ProtectDownlevelReplayAttacks);
+ Assert.IsTrue(op.SecuritySettings.ProtectDownlevelReplayAttacks);
Assert.AreEqual(7, op.SecuritySettings.MinimumHashBitLength);
Assert.AreEqual(302, op.SecuritySettings.MaximumHashBitLength);