http://code.google.com/p/caffeine-hx/source/detail?r=665
Modified:
/trunk/ext3/Tests/crypt/src/IVModeTest.hx
=======================================
--- /trunk/ext3/Tests/crypt/src/IVModeTest.hx Sun Feb 26 14:27:23 2012
+++ /trunk/ext3/Tests/crypt/src/IVModeTest.hx Sun Feb 26 14:32:06 2012
@@ -14,9 +14,8 @@
/**
* Hawt NIST Vectors:
http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
- * Section F.2.1 and below.
**/
-class ModeCBCTest extends TestCase
+class IVModeTest extends TestCase
{
public static function main() {
@@ -24,7 +23,7 @@
haxe.Firebug.redirectTraces();
}
var r = new haxe.unit.TestRunner();
- r.add(new ModeCBCTest());
+ r.add(new IVModeTest());
r.run();
}