Ignore:
Timestamp:
Sep 27, 2009, 9:24:19 PM (15 years ago)
Author:
Tatsukawa, Akimichi
Message:

ADL parser is roughly coupled with open_ehr model classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/adl_parser/test/shell_test.rb

    r291 r307  
    33class ShellADLValidatorTest < Test::Unit::TestCase
    44  def setup
    5     @adl_validator = ::OpenEHR::Application::ADLValidator.new(::OpenEHR::ADL::Validator.new(::OpenEHR::ADL::Parser.new))
     5    @adl_validator = ::OpenEhr::Application::ADLValidator.new(::OpenEhr::ADL::Validator.new(::OpenEhr::ADL::Parser.new))
    66  end
    77
    88  must "assert application validator instance" do
    9     assert_instance_of ::OpenEHR::Application::ADLValidator,@adl_validator
     9    assert_instance_of ::OpenEhr::Application::ADLValidator,@adl_validator
    1010  end
    1111
Note: See TracChangeset for help on using the changeset viewer.