index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test
/
unit
/
collector
Age
Commit message (
Expand
)
Author
2008-10-16
* lib/test/unit: removed test/unit.
akr
2008-10-10
Restored test/unit
ryan
2008-10-04
* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...
yugui
2008-09-30
Reverts the changes of lib/test/unit.rb in r19502 and r19501.
yugui
2008-09-23
Removed test/unit
ryan
2008-07-06
* lib/test/unit/collector/objectspace.rb
kou
2008-07-04
* lib/test/unit/testcase.rb: collect decendants of
akr
2008-06-30
* lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.
nobu
2008-03-01
* lib/test/unit/collector/dir.rb (recursive_collect): do not always
nobu
2006-10-16
* array.c (rb_ary_unshift_m): a bug in lfree shift length
matz
2006-10-14
* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base
nobu
2006-10-12
* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend
nobu
2006-10-02
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
nobu
2006-10-01
* common.mk (test-all): separate directory where running test cases
nobu
2006-02-17
* eval.c (ev_const_get): simplified using rb_const_get_fallback().
matz
2005-02-17
* lib/test/unit/collector.rb (collect_file): now deletes paths added
ntalbott
2004-12-19
* lib/test/unit.rb: use standalone runner for -e.
nobu
2004-11-19
* lib/test/unit/collector/dir.rb: typo fix.
eban
2004-11-19
* lib/test/unit/collector/dir.rb: better regex.
eban
2004-11-19
* lib/test/unit/collector/dir.rb: better support for -p/-x option.
eban
2004-11-19
* lib/test/unit/collector/dir.rb: add support for directory name
eban
2004-11-16
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add
usa
2004-01-09
* lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError
nahi
2003-12-24
* lib/test/unit/assertions.rb: Modules are allowed to rescue.
nobu
2003-10-22
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
nobu
2003-10-21
* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):
nobu
2003-10-08
* lib/test/unit.rb: removed installation instructions.
ntalbott
2003-10-03
* lib/test/unit/testsuite.rb: changed #<< to return self, and added
ntalbott
2003-10-03
* lib/test/unit.rb: refactored to use optparse.
ntalbott
2003-10-02
* lib/test/unit/assertions.rb: should not capture an
ntalbott
2003-09-19
* test/testunit/*: Added.
ntalbott