From 36ce2f79822895870d28c9d5f5ab503a20172b38 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Wed, 27 Feb 2013 19:54:36 -0500 Subject: [PATCH] Fix typo in test name (confusing) --- mcs/class/corlib/Test/System.Security.Cryptography/Rc2CfbTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/corlib/Test/System.Security.Cryptography/Rc2CfbTest.cs b/mcs/class/corlib/Test/System.Security.Cryptography/Rc2CfbTest.cs index ab59e2ecb06..810e0bbaa15 100644 --- a/mcs/class/corlib/Test/System.Security.Cryptography/Rc2CfbTest.cs +++ b/mcs/class/corlib/Test/System.Security.Cryptography/Rc2CfbTest.cs @@ -35,7 +35,7 @@ using NUnit.Framework; namespace MonoTests.System.Security.Cryptography { [TestFixture] - public class Rc2CbcTests : LimitedCfbTests { + public class Rc2CfbTests : LimitedCfbTests { protected override SymmetricAlgorithm GetInstance () { -- 2.11.4.GIT