Skip to content

Commit

Permalink
Fixing failing unit test for: ORUR01Handler should load patient and
Browse files Browse the repository at this point in the history
concept from the datatabase - TRUNK-3929
  • Loading branch information
dkayiwa committed Mar 21, 2013
1 parent cdd0d58 commit a9586d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -389,7 +389,7 @@ public void processMessage_shouldCreateObsValueCodedName() throws Exception {
@Test
@Verifies(value = "should return a Concept if given local coding system", method = "getConcept(String,String)")
public void getConcept_shouldReturnAConceptIfGivenLocalCodingSystem() throws Exception {
Assert.assertEquals(123, new ORUR01Handler().getConcept("123", "99DCT", "xj39bnj4k34nmf").getId().intValue());
Assert.assertEquals(5089, new ORUR01Handler().getConcept("5089", "99DCT", "xj39bnj4k34nmf").getId().intValue());
}

/**
Expand Down

0 comments on commit a9586d5

Please sign in to comment.