[macruby-changes] [2131] MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 1 14:15:17 PDT 2009


Revision: 2131
          http://trac.macosforge.org/projects/ruby/changeset/2131
Author:   lsansonetti at apple.com
Date:     2009-08-01 14:15:15 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
deleting old tags (not sure why these were created)

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/civil_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/commercial_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/julian_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/neww_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/ordinal_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/parse_tags.txt

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/civil_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/civil_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/civil_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1,2 +0,0 @@
-fails:Date#valid_civil? should be able to determine if a date is valid
-fails:Date#valid_civil? should be able to handle negative months and days

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/commercial_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/commercial_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/commercial_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1,4 +0,0 @@
-fails:Date#commercial creates a Date for the day of Julian calendar reform in Italy by default
-fails:Date#commercial Creates a Date for the friday in the year and week given
-fails:Date#valid_commercial? should be able to determine if the date is a valid commercial date
-fails:Date#valid_commercial? should be able to handle negative week and day numbers

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/conversions_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1,17 +0,0 @@
-fails:Date#ordinal_to_jd should convert an ordinal date (year-day) to a Julian day number
-fails:Date#jd_to_ordinal should convert a Julian day number into an ordinal date
-fails:Date#civil_to_jd should convert a civil date into a Julian day number
-fails:Date#jd_to_civil should convert a Julian day into a civil date
-fails:Date#commercial_to_jd should convert a commercial date (year - week - day of week) into a Julian day number
-fails:Date#jd_to_commercial should convert a Julian day number into a commercial date
-fails:Date#ajd_to_jd should convert a Astronomical Julian day number into a Julian day number
-fails:Date#jd_to_ajd should convert a Julian day number into a Astronomical Julian day number
-fails:Date#day_fraction_to_time should be able to convert a day fraction into time
-fails:Date#time_to_day_fraction should be able to convert a time into a day fraction
-fails:Date#amjd_to_ajd shoud be able to convert Astronomical Modified Julian day numbers into Astronomical Julian day numbers
-fails:Date#ajd_to_amjd shoud be able to convert Astronomical Julian day numbers into Astronomical Modified Julian day numbers
-fails:Date#mjd_to_jd shoud be able to convert Modified Julian day numbers into Julian day numbers
-fails:Date#jd_to_mjd shoud be able to convert Julian day numbers into Modified Julian day numbers
-fails:Date#ld_to_jd should be able to convert the number of days since the Gregorian calendar in Italy into Julian day numbers
-fails:Date#jd_to_ld should be able to convert Julian day numbers into the number of days since the Gregorian calendar in Italy
-fails:Date#jd_to_wday should be able to convert a Julian day number into a week day number

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/julian_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/julian_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/julian_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1 +0,0 @@
-fails:Date#valid_jd? should be able to determine if a day number is a valid Julian day number, true for all numbers

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/neww_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/neww_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/neww_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1,4 +0,0 @@
-fails:Date#neww creates a Date for the day of Julian calendar reform in Italy by default
-fails:Date#neww Creates a Date for the friday in the year and week given
-fails:Date#neww Creates a Date for the correct day given the year, week and day number
-fails:Date#neww creates only Date objects for valid weeks

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/ordinal_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/ordinal_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/ordinal_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1,3 +0,0 @@
-fails:Date#ordinal should be able to construct a Date object from an ordinal date
-fails:Date#valid_ordinal? should be able to determine if the date is a valid ordinal date
-fails:Date#valid_ordinal? should be able to handle negative day numbers

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/parse_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/parse_tags.txt	2009-08-01 08:37:05 UTC (rev 2130)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/date/parse_tags.txt	2009-08-01 21:15:15 UTC (rev 2131)
@@ -1,6 +0,0 @@
-fails:Date#parse can handle YYDDD as year and day number
-fails:Date#parse can handle YYMMDD as year month and day
-fails:Date#parse with '/' separator US-style parses a MMDDYYYY string into a Date object
-fails:Date#parse with '/' separator US-style parses a MMDDYY string into a Date object
-fails:Date#parse with '/' separator US-style parses a MMDDYY string into a Date object using the year digits as 20XX
-fails:Date#parse with '-' separator EU-style can parse a MM-DD-YY string into a Date object
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090801/1a66b9a0/attachment.html>


More information about the macruby-changes mailing list