Ignore:
Timestamp:
May 10, 2008, 10:11:49 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

to do:fix codes for this hierarchy

Location:
ruby/trunk/tests/adl_parser
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ruby/trunk/tests/adl_parser/shell_test.rb

    r4 r46  
    1 require 'lib/shell.rb'
     1require '../../lib/adl_parser/shell.rb'
    22require 'test/unit'
    33
     
    55  def setup
    66    @adl_validator = ::OpenEHR::Application::ADLValidator.new(::OpenEHR::ADL::Validator.new(::OpenEHR::ADL::Parser.new))
    7     @file = File.open('tests/openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl')
    8     @string = File.read('tests/openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl')
     7    @file = File.open('openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl')
     8    @string = File.read('openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl')
    99    @stringio = StringIO.new(@string)
    1010  end
Note: See TracChangeset for help on using the changeset viewer.