Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/11/08 23:52:52 (7 months ago)
Author:
bmckown
Message:

complex_obs branch: Changed to mapping the ComplexObsHandlers instead of using ConceptComplexHandler class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex_obs/test/api/org/openmrs/test/api/ConceptServiceTest.java

    r4029 r4166  
    8686         
    8787        public void testConceptComplex( ) throws Exception { 
     88                /* 
     89                 
    8890                //executeDataSet(CONCEPT_COMPLEX_XML); 
    8991                 
     
    146148                //assertTrue("You should be able to get the concept by partial name", firstConceptsByPartialNameList.contains(firstConcept)); 
    147149                 
     150                */ 
    148151        } 
    149152