Ignore:
Timestamp:
May 19, 2009, 4:58:03 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #39,#49,#50

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/models/tests/test_assumed_library_types.rb

    r121 r123  
    265265    assert_equal 0.32, @iso8601_date_time.fractional_second
    266266    assert_equal '+0900', @iso8601_date_time.timezone
     267    assert_nothing_raised(Exception){
     268      @iso8601_date_time.year = 2008 }
     269    assert_equal 2008, @iso8601_date_time.year
    267270  end
    268271
     
    281284    assert_equal "Z-0430", @iso8601_timezone.as_string
    282285  end
     286
     287  def test_iso8601_duration
     288   
     289  end
    283290end
Note: See TracChangeset for help on using the changeset viewer.