From 8ba5375af142f26fcf02dbd3bb0b7fe956b7a226 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Oct 2007 06:49:56 +0000 Subject: * sample/test.rb: should update class variable tests git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/test.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sample/test.rb') diff --git a/sample/test.rb b/sample/test.rb index 11d5555401..21f85f80ac 100644 --- a/sample/test.rb +++ b/sample/test.rb @@ -2052,13 +2052,13 @@ class Titans < Gods end end -test_ok(Gods.new.ruler0 == "Uranus") -test_ok(Gods.ruler1 == "Uranus") -test_ok(Gods.ruler2 == "Uranus") -test_ok(Titans.ruler1 == "Uranus") -test_ok(Titans.ruler2 == "Uranus") +test_ok(Gods.new.ruler0 == "Cronus") +test_ok(Gods.ruler1 == "Cronus") +test_ok(Gods.ruler2 == "Cronus") +test_ok(Titans.ruler1 == "Cronus") +test_ok(Titans.ruler2 == "Cronus") atlas = Titans.new -test_ok(atlas.ruler0 == "Uranus") +test_ok(atlas.ruler0 == "Cronus") test_ok(atlas.ruler3 == "Zeus") test_ok(atlas.ruler4 == "Cronus") -- cgit v1.2.3