[前][次][番号順一覧][スレッド一覧]

ruby-changes:20314

From: marcandre <ko1@a...>
Date: Sat, 2 Jul 2011 07:25:37 +0900 (JST)
Subject: [ruby-changes:20314] marcandRe: r32362 (trunk): * test/matrix/test_matrix.rb: remove obsolete test

marcandre	2011-07-02 07:25:32 +0900 (Sat, 02 Jul 2011)

  New Revision: 32362

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32362

  Log:
    * test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714]

  Modified files:
    trunk/test/matrix/test_matrix.rb

Index: test/matrix/test_matrix.rb
===================================================================
--- test/matrix/test_matrix.rb	(revision 32361)
+++ test/matrix/test_matrix.rb	(revision 32362)
@@ -318,7 +318,6 @@
   def test_exp
     assert_equal(Matrix[[67,96],[48,99]], Matrix[[7,6],[3,9]] ** 2)
     assert_equal(Matrix.I(5), Matrix.I(5) ** -1)
-    assert_raise(Matrix::ErrOperationNotImplemented) { Matrix.I(5) ** 1.0 }
     assert_raise(Matrix::ErrOperationNotDefined) { Matrix.I(5) ** Object.new }
   end
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]