I have a test suite class something like:
class TS_crud_testsuite < Test::Unit::TestCase
 def test_login
  puts "Action 1: ..."
  #. ..
 end
 def test_goto_moduleA
  puts "Action 2: ..."
  #..
 end
 def test_add_item_toModuleA
  puts "Action 3: ..."
  #..
 end
  .
  .
end 

but when the script get executed. In the console it prints 
Action 3 first. 
Is there a way to reverse the order it get display in the
console?



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to