Ignore:
Timestamp:
Jun 4, 2009, 9:32:55 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #50
Quantity package is difficult to solve.

File:
1 edited

Legend:

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

    r134 r137  
    164164    assert_nothing_raised(Exception){
    165165      @dv_ordered = OpenEHR::RM::Data_Types::Quantity::DV_Ordered.new }
     166    assert_nothing_raised(Exception){
     167      @dv_quantified = OpenEHR::RM::Data_Types::Quantity::Dv_Quantified.new }
    166168  end
    167169  def test_init
     
    181183      @dv_ordered.normal_status = normal_code }
    182184    assert @dv_ordered.is_normal?
     185    assert_raise(NotImplementedError){
     186      @dv_ordered.is_strictry_comparable_to? }
    183187  end
    184188end
Note: See TracChangeset for help on using the changeset viewer.