Directory test/

Directory Created:
2003-09-05 02:47
Total Files:
10
Deleted Files:
1
Lines of Code:
131

Browse with ViewVC

[root]/test

         csv (1 files, 1753 lines)

             tmp (0 files, 0 lines)

         dbm (1 files, 562 lines)

         digest (2 files, 123 lines)

         drb (17 files, 1404 lines)

         erb (1 files, 40 lines)

         fileutils (5 files, 1298 lines)

         gdbm (1 files, 715 lines)

         io (0 files, 0 lines)

             nonblock (1 files, 31 lines)

         logger (1 files, 376 lines)

         monitor (1 files, 163 lines)

         net (0 files, 0 lines)

             http (3 files, 729 lines)

             imap (1 files, 14 lines)

         nkf (2 files, 87 lines)

         openssl (17 files, 2417 lines)

         optparse (6 files, 286 lines)

         ostruct (1 files, 23 lines)

         pathname (1 files, 486 lines)

         rdoc (0 files, 0 lines)

             parsers (1 files, 261 lines)

         readline (1 files, 86 lines)

         rinda (2 files, 710 lines)

         ripper (4 files, 1847 lines)

         rss (38 files, 11714 lines)

         ruby (62 files, 10215 lines)

         scanf (4 files, 413 lines)

         sdbm (1 files, 527 lines)

         soap (9 files, 2334 lines)

             asp.net (2 files, 207 lines)

             calc (8 files, 267 lines)

             fault (1 files, 58 lines)

             header (4 files, 596 lines)

             helloworld (2 files, 56 lines)

             marshal (3 files, 129 lines)

             ssl (9 files, 374 lines)

             struct (1 files, 77 lines)

             swa (1 files, 73 lines)

             wsdlDriver (8 files, 518 lines)

         socket (5 files, 478 lines)

         stringio (1 files, 43 lines)

         strscan (1 files, 558 lines)

         testunit (6 files, 1094 lines)

             collector (2 files, 509 lines)

             runit (4 files, 686 lines)

             util (3 files, 179 lines)

         uri (6 files, 1101 lines)

         webrick (12 files, 1212 lines)

         win32ole (15 files, 1949 lines)

         wsdl (5 files, 210 lines)

             any (5 files, 216 lines)

             axisArray (3 files, 156 lines)

             datetime (5 files, 192 lines)

             document (6 files, 579 lines)

             map (3 files, 234 lines)

             marshal (3 files, 123 lines)

             qualified (5 files, 420 lines)

             raa (7 files, 888 lines)

             ref (3 files, 218 lines)

             rpc (5 files, 1411 lines)

             simpletype (2 files, 194 lines)

                 rpc (7 files, 341 lines)

             soap (2 files, 182 lines)

         xmlrpc (6 files, 520 lines)

             data (12 files, 335 lines)

         xsd (5 files, 1581 lines)

             codegen (1 files, 214 lines)

         yaml (1 files, 1284 lines)

         zlib (1 files, 57 lines)

Lines of Code

test/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 48 (100.0%) 271 (100.0%) 5.6
nahi 19 (39.6%) 141 (52.0%) 7.4
nobu 13 (27.1%) 119 (43.9%) 9.1
ko1 1 (2.1%) 6 (2.2%) 6.0
ntalbott 2 (4.2%) 3 (1.1%) 1.5
eban 1 (2.1%) 2 (0.7%) 2.0
shyouhei 10 (20.8%) 0 (0.0%) 0.0
matz 1 (2.1%) 0 (0.0%) 0.0
akr 1 (2.1%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

ko1 2006-12-31 16:02

* Merge YARV



6 lines of code changed in:

matz 2005-11-30 05:50

* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of

expression. [ruby-dev:27868]

0 lines of code changed in:

akr 2005-11-26 21:43

* lib/pathname.rb: use File.basename to decompose pathnames.

experimental Windows support.

0 lines of code changed in:

nobu 2005-11-09 00:41

* lib/shellwords.rb: refactored. [ruby-core:06581]

45 lines of code changed in:

ntalbott 2005-02-17 05:50

* lib/test/unit/collector.rb (collect_file): now deletes paths added

to $LOAD_PATH instead of restoring it verbatim.



* lib/test/unit/autorunner.rb (AutoRunner.run): fixed so that

'ruby -rtest/unit -rtest1 -rtest2 -e0' will use the objectspace

collector again. Also tried to simplify the calling convention.



* test/runner.rb: adjusted for new AutoRunner semantics.



* lib/test/unit.rb: ditto.

1 lines of code changed in:

eban 2004-11-20 14:58

* test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb before

using CROSS_COMPILNG.

2 lines of code changed in:

nobu 2004-05-19 10:00

* test/inlinetest.rb (InlineTest::loadtest): requiring library with

replaced $0 can make $0 == __FILE__ block be evaluated twice.

[ruby-dev:23538]

2 lines of code changed in:

nobu 2004-04-08 11:45

* ext/extmk.rb (extmake): skip uncompiled extensions.



* lib/mkmf.rb (create_makefile): emit no rules for static library if

$static is nil, e.g., outside of ext/.



* lib/test/unit/ui/console/testrunner.rb (test_started): show test

name via $0.



* runruby.rb: set environments to use the compiled binary.



* test/runner.rb: do nothing while cross-compiling.



* test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: use envutil to

know ruby binary.



* test/ruby/envutil.rb: give priority to RUBY environment variable to

use just compiled binary and libraries.

1 lines of code changed in:

nobu 2004-01-14 13:13

* test/inlinetest.rb (InlineTest::eval_part): eval under the top

level environment.

1 lines of code changed in:

nobu 2004-01-14 09:54

* test/inlinetest.rb (InlineTest::loadtest): require instead of

load, to get rid of multiple loading.

15 lines of code changed in:

nahi 2004-01-13 05:06

* test/test_*.rb: Pathname#parent -> Pathname#dirname.

16 lines of code changed in:

nahi 2004-01-06 03:34

* test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,

test_pathname.rb,test_pp.rb,test_prettyprint.rb,test_set.rb,

test_time.rb,test_tsort.rb: added.

82 lines of code changed in:

nobu 2003-12-02 13:31

* bin/testrb: new test runner. [ruby-core:01845]



* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner.run,

Test::Unit::AutoRunner#initialize): take test list to run.



* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::RUNNERS,

Test::Unit::AutoRunner#run): should not exit inside a library, just

return the result instead.



* lib/test/unit.rb: ditto.



* test/runner.rb: exit with the test result.

1 lines of code changed in:

nobu 2003-10-13 15:57

* eval.c (rb_feature_p): match by classified suffix.



* eval.c (rb_require_safe): require library in the specified safe

level.



* variable.c (rb_autoload, rb_autoload_load): restore safe level

when autoload was called. [ruby-dev:21338]



* intern.h: prototypes; rb_require_safe.



* test/runner.rb: accept non-option arguments.

4 lines of code changed in:

ntalbott 2003-10-08 14:21

* lib/test/unit.rb: removed installation instructions.



* lib/test/unit/ui/testrunnermediator.rb: moved the run flag to a more

central location.



* lib/test/unit.rb: ditto.



* lib/test/unit.rb: extracted the running code in to AutoRunner.



* lib/test/unit/autorunner.rb: added.



* lib/test/unit/collector/objectspace.rb: extracted common test

collection functionality in to a module.



* lib/test/unit/collector.rb: ditto; added.



* test/testunit/collector/test_objectspace.rb: ditto.



* lib/test/unit/collector/dir.rb: added. Supports collecting tests out

of a directory structure.



* test/testunit/collector/test_dir.rb: added.



* test/runner.rb: simplified to use the new capabilities.

2 lines of code changed in:

nahi 2003-10-04 09:57

* lib/soap/netHttpClient.rb: follow http-access2. hosts which matches

ENV['no_proxy'] or ENV['NO_PROXY'] is not proxyed.

- [,:] separated. ("ruby-lang.org:rubyist.net")

- no regexp. (give "ruby-lang.org", not "*.ruby-lang.org")

- if you want specify hot by IP address, give full address.

("192.168.1.1, 192.168.1.2")



* lib/soap/rpc/cgistub.rb: return "Status: XXX MMM" line.



* test/runner.rb: give testsuite name.

1 lines of code changed in:

nobu 2003-09-30 01:31

* test/runner.rb: glob for directories.

8 lines of code changed in:

nobu 2003-09-05 16:15

* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an

array as argument.



* test/ruby/test_*.rb: moved invariants to left side in

assert_equal, and use assert_nil, assert_raises and so on.

14 lines of code changed in:

nobu 2003-09-05 05:32

* test/runner.rb: arguments should be keys.

1 lines of code changed in:

(4 more)

Generated by StatSVN 0.3.2-SNAPSHOT