[macruby-changes] [2137] MacRuby/branches/experimental/spec

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 1 20:10:18 PDT 2009


Revision: 2137
          http://trac.macosforge.org/projects/ruby/changeset/2137
Author:   lsansonetti at apple.com
Date:     2009-08-01 20:10:18 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
adding the date.rb specs to the :library suite with a few tagged exceptions

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/macruby.mspec

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/strptime_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt	2009-08-02 03:10:18 UTC (rev 2137)
@@ -0,0 +1 @@
+fails:Date#day_fraction_to_time should be able to convert a day fraction into time

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/strptime_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/strptime_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/strptime_tags.txt	2009-08-02 03:10:18 UTC (rev 2137)
@@ -0,0 +1,4 @@
+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/branches/experimental/spec/macruby.mspec
===================================================================
--- MacRuby/branches/experimental/spec/macruby.mspec	2009-08-02 03:09:49 UTC (rev 2136)
+++ MacRuby/branches/experimental/spec/macruby.mspec	2009-08-02 03:10:18 UTC (rev 2137)
@@ -24,6 +24,7 @@
 
   # Library specs
   set :library, [
+    'library/date',
     'library/digest',
     'library/getoptlong',
     'library/mutex',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090801/c04aac2b/attachment.html>


More information about the macruby-changes mailing list