[macruby-changes] [2676] MacRuby/trunk/spec

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 29 02:12:16 PDT 2009


Revision: 2676
          http://trac.macosforge.org/projects/ruby/changeset/2676
Author:   mattaimonetti at gmail.com
Date:     2009-09-29 02:12:13 -0700 (Tue, 29 Sep 2009)
Log Message:
-----------
added more specs to rake spec:library

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/checkbox_group_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/file_field_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/img_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/radio_group_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/initialize_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/unescape_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/complex/math/atanh_tags.txt
    MacRuby/trunk/spec/macruby.mspec

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/out_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/checkbox_group_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/checkbox_group_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/checkbox_group_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -5,3 +5,4 @@
 fails:CGI::HtmlExtension#checkbox_group when passed name, values ... ignores a passed block
 fails:CGI::HtmlExtension#checkbox_group when passed Hash uses the passed Hash to generate the checkbox sequence
 fails:CGI::HtmlExtension#checkbox_group when passed Hash ignores a passed block
+fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value as an Array containing the value, a label and the checked state

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/file_field_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/file_field_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/file_field_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -6,3 +6,5 @@
 fails:CGI::HtmlExtension#file_field when passed name, size ignores a passed block
 fails:CGI::HtmlExtension#file_field when passed name, size, maxlength returns a checkbox-'input'-element with the passed name, size and maxlength
 fails:CGI::HtmlExtension#file_field when passed name, size, maxlength ignores a passed block
+fails:CGI::HtmlExtension#file_field when passed a Hash returns a file-'input'-element using the passed Hash for attributes
+fails:CGI::HtmlExtension#file_field when passed a Hash ignores a passed block

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/img_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/img_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/img_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -8,3 +8,5 @@
 fails:CGI::HtmlExtension#img when passed src, alt, width ignores a passed block
 fails:CGI::HtmlExtension#img when passed src, alt, width, height returns an 'img'-element with the passed src-url, the passed alt-text, the passed width and the passed height
 fails:CGI::HtmlExtension#img when passed src, alt, width, height ignores a passed block
+fails:CGI::HtmlExtension#img when passed Hash returns an 'img'-element with the passed Hash as attributes
+fails:CGI::HtmlExtension#img when passed Hash ignores a passed block

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/radio_group_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/radio_group_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/htmlextension/radio_group_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -5,3 +5,4 @@
 fails:CGI::HtmlExtension#radio_group when passed name, values ... ignores a passed block
 fails:CGI::HtmlExtension#radio_group when passed Hash uses the passed Hash to generate the radio sequence
 fails:CGI::HtmlExtension#radio_group when passed Hash ignores a passed block
+fails:CGI::HtmlExtension#radio_group when passed name, values ... allows passing a value as an Array containing the value, a label and the checked state

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/initialize_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/initialize_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/initialize_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -2,3 +2,4 @@
 fails:CGI#initialize when passed no arguments does not extend self with any of the other HTML modules
 fails:CGI#initialize when CGI_PARAMS is set prints out a warning
 fails:CGI#initialize when CGI_PARAMS is set sets #cookies and #params to the contents of CGI_PARAMS and CGI_COOKIES
+fails:CGI#initialize when passed no arguments sets #cookies based on ENV['HTTP_COOKIE']

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/out_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/out_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/out_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -1,4 +0,0 @@
-fails:CGI#out it writes a HTMl header based on the passed argument to $stdout
-fails:CGI#out appends the block's return value to the HTML header
-fails:CGI#out automatically sets the Content-Length Header based on the block's return value
-fails:CGI#out includes Cookies in the @output_cookies field

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/unescape_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/unescape_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/cgi/unescape_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -1 +1 @@
-fails:CGI.unescape url-decodes the passed argument
+fails:CGI.unescape url-decodes the passed argument
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/complex/math/atanh_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/complex/math/atanh_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/complex/math/atanh_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -1,10 +1,6 @@
-fails:Math#atanh returns Infinity for 1.0
-fails:Math#atanh returns -Infinity for -1.0
 fails:Math#atanh! returns Infinity for 1.0
 fails:Math#atanh! returns -Infinity for -1.0
 fails:Math#atanh! raises a TypeError when passed a Complex number
-fails:Math.atanh returns Infinity for 1.0
-fails:Math.atanh returns -Infinity for -1.0
 fails:Math.atanh! returns Infinity for 1.0
 fails:Math.atanh! returns -Infinity for -1.0
 fails:Math.atanh! raises a TypeError when passed a Complex number

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt	2009-09-29 09:12:13 UTC (rev 2676)
@@ -1,4 +0,0 @@
-fails:Date#strptime should be able to parse without arguments
-fails:Date#strptime should be able to parse the default date format
-fails:Date#strptime should be able to parse the date as YYYY-MM-DD
-fails:Date#strptime should be able to show the commercial week

Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec	2009-09-29 05:07:57 UTC (rev 2675)
+++ MacRuby/trunk/spec/macruby.mspec	2009-09-29 09:12:13 UTC (rev 2676)
@@ -20,12 +20,22 @@
   # Library specs
   set :library, [
     'library/abbrev',
+    'library/base64',
+    'library/cgi',
+    'library/complex',
+    'library/conditionalvariable',
     'library/csv',
-    'library/etc',
     'library/date',
     'library/digest',
+    'library/drb',
+    'library/enumerator',
+    'library/etc',
     'library/ftools', 
     'library/getoptlong',
+    'library/ipaddr',
+    'library/logger',
+    'library/mathn',
+    'library/matrix',
     'library/mutex',
     'library/queue',
     'library/observer',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090929/d01628cc/attachment-0001.html>


More information about the macruby-changes mailing list