Ignore:
Timestamp:
Jul 1, 2009, 10:11:42 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

fixed #49

File:
1 edited

Legend:

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

    r149 r151  
    77  def setup
    88    assert_nothing_raised(Exception){@interval = OpenEHR::Assumed_Library_Types::Interval.new(1,2)}
    9     assert_nothing_raised(Exception){@time_definition = OpenEHR::Assumed_Library_Types::TIME_DEFINITIONS.new}
    109    assert_nothing_raised(Exception){@iso8601_date = OpenEHR::Assumed_Library_Types::ISO8601_DATE.new('2009-04-27')}
    1110    assert_nothing_raised(Exception){@iso8601_time = OpenEHR::Assumed_Library_Types::ISO8601_TIME.new('15:55:37.32+0900')}
     
    1716  def test_initialize
    1817    assert_instance_of OpenEHR::Assumed_Library_Types::Interval, @interval
    19     assert_instance_of OpenEHR::Assumed_Library_Types::TIME_DEFINITIONS, @time_definition
    2018    assert_instance_of OpenEHR::Assumed_Library_Types::ISO8601_DATE, @iso8601_date
    2119    assert_instance_of OpenEHR::Assumed_Library_Types::ISO8601_TIME, @iso8601_time
Note: See TracChangeset for help on using the changeset viewer.