ruby-changes:1738
From: ko1@a...
Date: 22 Aug 2007 16:02:04 +0900
Subject: [ruby-changes:1738] ko1 - Ruby:r13229 (trunk): * bootstraptest/test_knownbug.rb:
ko1 2007-08-22 16:01:51 +0900 (Wed, 22 Aug 2007) New Revision: 13229 Added files: trunk/bootstraptest/test_knownbug.rb Removed files: trunk/bootstraptest/test_knwonbug.rb Modified files: trunk/ChangeLog Log: * bootstraptest/test_knownbug.rb: fix typo of filename (test_knwonbug.rb). http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13229&r2=13228 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knwonbug.rb http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 13228) +++ ChangeLog (revision 13229) @@ -1,3 +1,8 @@ +Wed Aug 22 15:59:44 2007 Koichi Sasada <ko1@a...> + + * bootstraptest/test_knownbug.rb: + fix typo of filename (test_knwonbug.rb). + Wed Aug 22 14:04:53 2007 Koichi Sasada <ko1@a...> * bootstraptest/test_knwonbug.rb: added. This file will contain Index: bootstraptest/test_knwonbug.rb =================================================================== --- bootstraptest/test_knwonbug.rb (revision 13228) +++ bootstraptest/test_knwonbug.rb (revision 13229) @@ -1,9 +0,0 @@ -# -# This test file concludes tests which point out known bugs. -# So all tests will cause failure. -# - -# massign -assert_equal '2', 'a, a = 1, 2; a', "[ruby-dev:31522]" - - Index: bootstraptest/test_knownbug.rb =================================================================== --- bootstraptest/test_knownbug.rb (revision 0) +++ bootstraptest/test_knownbug.rb (revision 13229) @@ -0,0 +1,9 @@ +# +# This test file concludes tests which point out known bugs. +# So all tests will cause failure. +# + +# massign +assert_equal '2', 'a, a = 1, 2; a', "[ruby-dev:31522]" + + -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml