]> git.cworth.org Git - sup/commitdiff
fix class name collision in testcases
authorRich Lane <rlane@club.cc.cmu.edu>
Tue, 11 Nov 2008 17:52:50 +0000 (12:52 -0500)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 26 Nov 2008 23:41:46 +0000 (15:41 -0800)
'rake test' was broken because both testcases' classes had the same name and
the setup method was overridden. This patch changes the class name in
test_mbox_parsing.

test/test_mbox_parsing.rb

index 070b152e1e8f384f2a83bdde5835c28e6793f06b..3a6c2f854d4c00600f97aa608b3061e22d29d8ab 100644 (file)
@@ -6,7 +6,7 @@ require 'stringio'
 
 include Redwood
 
-class TestMessage < Test::Unit::TestCase
+class TestMBoxParsing < Test::Unit::TestCase
   def setup
   end