<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ class TestTimezone &lt; Test::Unit::TestCase
   def setup
     @cal = Icalendar::Calendar.new
     # Define a test timezone
-    @testTimezone = %Q(BEGIN:VTIMEZONE\r\nTZID:America/Chicago\r\nBEGIN:STANDARD\r\nTZOFFSETTO:-0600\r\nRRULE:FREQ=YEARLY\\;BYMONTH=11\\;BYDAY=1SU\r\nTZOFFSETFROM:-0500\r\nDTSTART:19701101T020000\r\nTZNAME:CST\r\nEND:STANDARD\r\nBEGIN:DAYLIGHT\r\nTZOFFSETTO:-0500\r\nRRULE:FREQ=YEARLY\\;BYMONTH=3\\;BYDAY=2SU\r\nTZOFFSETFROM:-0600\r\nDTSTART:19700308TO20000\r\nTZNAME:CDT\r\nEND:DAYLIGHT\r\nEND:VTIMEZONE\r\n)
+    @testTimezone = %Q(BEGIN:VTIMEZONE\r\nTZID:America/Chicago\r\nBEGIN:STANDARD\r\nTZOFFSETTO:-0600\r\nRRULE:FREQ=YEARLY\\;BYMONTH=11\\;BYDAY=1SU\r\nDTSTART:19701101T020000\r\nTZOFFSETFROM:-0500\r\nTZNAME:CST\r\nEND:STANDARD\r\nBEGIN:DAYLIGHT\r\nTZOFFSETTO:-0500\r\nRRULE:FREQ=YEARLY\\;BYMONTH=3\\;BYDAY=2SU\r\nDTSTART:19700308TO20000\r\nTZOFFSETFROM:-0600\r\nTZNAME:CDT\r\nEND:DAYLIGHT\r\nEND:VTIMEZONE\r\n)
   end
 
   def test_new</diff>
      <filename>test/component/timezone_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,16 +14,16 @@ VERSION:2.0
 CALSCALE:GREGORIAN
 PRODID:iCalendar-Ruby
 BEGIN:VEVENT
-LAST-MODIFIED:19960817T133000
 SEQUENCE:2
 ORGANIZER:mailto:joe@example.com?subject=Ruby
+DTSTART:20060720
 UID:foobar
 X-TIME-OF-DAY:101736
-CATEGORIES:foo\\,bar\\,baz
 GEO:46.01\\;8.57
-DESCRIPTION:desc
-DTSTART:20060720
 DTSTAMP:20060720T174052
+CATEGORIES:foo\\,bar\\,baz
+DESCRIPTION:desc
+LAST-MODIFIED:19960817T133000
 END:VEVENT
 END:VCALENDAR
 EOS</diff>
      <filename>test/conversions_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,9 @@ BEGIN:VEVENT
 SEQUENCE:1001
 DTEND:20061215T180000
 URL:http://test.com/events/644
+DTSTART:20061215T160000
 UID:foobar
+DTSTAMP:20061215T114034
 DESCRIPTION:FULL DETAILS:\nhttp://test.com/events/570\n\nCary Brothers walk
  s the same musical ground as Pete Yorn\, Nick Drake\, Jeff Buckley and othe
  rs\; crafting emotional melodies\, with strong vocals and thoughtful lyrics
@@ -17,7 +19,5 @@ DESCRIPTION:FULL DETAILS:\nhttp://test.com/events/570\n\nCary Brothers walk
  blend of everything that feels good.&amp;quot\; Rising up around him is music\;
   transcending genres\, genders and generations.
 SUMMARY:DigiWorld 2006
-DTSTART:20061215T160000
-DTSTAMP:20061215T114034
 END:VEVENT
 END:VCALENDAR</diff>
      <filename>test/fixtures/folding.ics</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2934413cbf502569d483dadb45f26f7cba883318</id>
    </parent>
  </parents>
  <author>
    <name>Sean Dague</name>
    <email>sean@dague.net</email>
  </author>
  <url>http://github.com/sdague/icalendar/commit/a70b66c8b8066ca206b159f1b520643504508ad5</url>
  <id>a70b66c8b8066ca206b159f1b520643504508ad5</id>
  <committed-date>2009-03-29T15:47:42-07:00</committed-date>
  <authored-date>2009-03-29T15:47:42-07:00</authored-date>
  <message>fix the tests for ruby 1.8.7, but I suspect these are going to fail on
other environments because of hashing ordering.  Really need a better
calendar compare function.</message>
  <tree>9239008b4cc3fef815e9fba367d306cefbf04dd5</tree>
  <committer>
    <name>Sean Dague</name>
    <email>sean@dague.net</email>
  </committer>
</commit>
