diff enigma/tests/test_rotor.t.h @ 3:f4e25e6b76c3

Created plugboard class and tests.
author Brian Neal <bgneal@gmail.com>
date Sat, 23 Jun 2012 23:28:17 -0500
parents 713fa2a9ea9a
children
line wrap: on
line diff
--- a/enigma/tests/test_rotor.t.h	Fri Jun 22 22:02:55 2012 -0500
+++ b/enigma/tests/test_rotor.t.h	Sat Jun 23 23:28:17 2012 -0500
@@ -18,7 +18,7 @@
 const char* const wiring = "EKMFLGDQVZNTOWYHXUSPAIBRCJ";
 
 
-class MyTestSuite1 : public CxxTest::TestSuite
+class rotor_test_suite : public CxxTest::TestSuite
 {
 public: