[caffeine-hx] r665 committed - Class named incorrectly. Fixed.

1 view
Skip to first unread message

caffe...@googlecode.com

unread,
Feb 26, 2012, 5:32:30 PM2/26/12
to caffein...@googlegroups.com
Revision: 665
Author: damon...@gmail.com
Date: Sun Feb 26 14:32:06 2012
Log: Class named incorrectly. Fixed.


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();
}

Reply all
Reply to author
Forward
0 new messages