index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* test/digest/test_digest.rb (test_eq): show failed class.
nobu
2003-10-15
2
-3
/
+24
*
* test/digest/test_digest.rb: Moved from ext/digest/test.rb.
knu
2003-10-14
1
-0
/
+91
*
* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of
nahi
2003-10-14
5
-24
/
+178
*
* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],
eban
2003-10-13
1
-2
/
+10
*
* eval.c (rb_feature_p): match by classified suffix.
nobu
2003-10-13
1
-1
/
+4
*
* string.c (str_new4): should not preserve FL_TAINT status in the
matz
2003-10-13
1
-4
/
+7
*
* lib/test/unit.rb: removed installation instructions.
ntalbott
2003-10-08
3
-81
/
+429
*
* test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older
nahi
2003-10-07
2
-15
/
+1
*
* test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.
nahi
2003-10-07
4
-19
/
+110
*
* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now
nobu
2003-10-07
1
-1
/
+4
*
* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO
nahi
2003-10-06
1
-9
/
+47
*
* test/ruby/test_iterator.rb (test_block_argument_without_paren): added.
nahi
2003-10-06
1
-6
/
+11
*
* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test for
nahi
2003-10-06
2
-1
/
+19
*
* test/uri/*: translated RUNIT to Test::Unit.
akira
2003-10-05
6
-167
/
+72
*
* lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.
nahi
2003-10-05
2
-2
/
+9
*
* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests about
nahi
2003-10-05
2
-3
/
+43
*
* test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.
nahi
2003-10-05
4
-5
/
+33
*
* test/testunit/runit/test_testresult.rb: removed some unnecessary
ntalbott
2003-10-05
1
-17
/
+1
*
* lib/rubyunit.rb: aliasing TestCase into the top level is
ntalbott
2003-10-05
4
-0
/
+702
*
* lib/test/unit/assertions.rb: will use pp for output if available.
ntalbott
2003-10-05
1
-4
/
+4
*
* lib/test/unit/assertions.rb: made small improvements to assertion
ntalbott
2003-10-04
2
-66
/
+45
*
* test/ruby/test_exception.rb (test_else): added.
akira
2003-10-04
1
-0
/
+92
*
* lib/test/unit/assertions.rb: changed assertion messages to rely more
ntalbott
2003-10-04
1
-25
/
+31
*
* lib/soap/netHttpClient.rb: follow http-access2. hosts which matches
nahi
2003-10-04
1
-1
/
+1
*
* test/uri/* (6 files): added.
akira
2003-10-04
6
-0
/
+1074
*
* lib/test/unit/testsuite.rb: changed #<< to return self, and added
ntalbott
2003-10-03
2
-20
/
+37
*
* ext/syck/rubyext.c: default keys handled.
why
2003-10-03
1
-0
/
+1155
*
* lib/test/unit.rb: refactored to use optparse.
ntalbott
2003-10-03
1
-0
/
+5
*
* lib/test/unit/assertions.rb: added a default message for #assert,
ntalbott
2003-10-02
5
-25
/
+128
*
* variable.c (rb_const_defined_0): look up constants in Object as
nobu
2003-10-02
1
-1
/
+4
*
* lib/test/unit/assertions.rb: should not capture an
ntalbott
2003-10-02
2
-7
/
+12
*
* test/logger/test_logger.rb: unlinking file before close causes problem under
nahi
2003-10-01
5
-51
/
+54
*
* test/runner.rb: glob for directories.
nobu
2003-09-30
1
-1
/
+8
*
* test/ruby/test_iterator.rb: new test test_break__nested_loop[123].
aamine
2003-09-29
1
-0
/
+39
*
* lib/logger.rb: check if the given logdevice object respond_to :write and
nahi
2003-09-29
1
-13
/
+56
*
* test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]
aamine
2003-09-29
1
-4
/
+4
*
* lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under
nahi
2003-09-28
1
-3
/
+24
*
* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.
nahi
2003-09-27
5
-4
/
+11
*
* test/fileutils/test_fileutils.rb: clear all errors on Windows.
aamine
2003-09-27
2
-21
/
+53
*
* test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviour
nahi
2003-09-26
2
-1
/
+33
*
* test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module
nahi
2003-09-26
12
-9
/
+98
*
* test_soapelement.rb: Illegal require path.
nahi
2003-09-26
1
-1
/
+1
*
* test/ruby/test_marshal.rb: add test for ruby's objects.
nahi
2003-09-26
1
-0
/
+280
*
* lib/ostruct.rb: Added OpenStruct#==.
ntalbott
2003-09-25
1
-0
/
+23
*
* lib/soap/* (29 files): SOAP4R added.
nahi
2003-09-24
21
-0
/
+2953
*
* lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.
nahi
2003-09-23
1
-1
/
+20
*
* reduce expecting size of backtrace.
nahi
2003-09-20
1
-2
/
+3
*
* lib/logger.rb: typo fixed.
nahi
2003-09-20
1
-0
/
+212
*
* test/testunit/*: Added.
ntalbott
2003-09-19
8
-0
/
+1185
*
* test/fileutils/fileassertions.rb: new file.
aamine
2003-09-17
3
-0
/
+452
[prev]
[next]