Changeset 1541 for trunk/test/16runner.rb
- Timestamp:
- 05/10/05 20:28:20 (4 years ago)
- Files:
-
- trunk/test/16runner.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/16runner.rb
r1537 r1541 7 7 Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze 8 8 Release = rcsid[3].freeze 9 10 module Test 11 module Unit 12 module Assertions 13 alias assert_raise assert_raises 14 end 15 end 16 end 9 17 10 18 class BulkTestSuite < Test::Unit::TestSuite