[openempi~source-repository:59] The latest version of pix/pdq has fixed this issue so now we can adjust t
- From: odysseas@kenai.com
- To: commits@openempi.kenai.com
- Subject: [openempi~source-repository:59] The latest version of pix/pdq has fixed this issue so now we can adjust t
- Date: Thu, 18 Mar 2010 14:43:50 +0000
Project: openempi
Repository: source-repository
Revision: 59
Author: odysseas
Date: 2010-03-18 14:43:46 UTC
Link:
Log Message:
------------
The latest version of pix/pdq has fixed this issue so now we can adjust the
test case to expect the correct response.
Revisions:
----------
59
Modified Paths:
---------------
branches/2.0.4-development/openempi/pixpdq-adapter/src/test/java/org/openhie/openempi/openpixpdqadapter/PixMesa10511TestCase.java
Diffs:
------
Index:
branches/2.0.4-development/openempi/pixpdq-adapter/src/test/java/org/openhie/openempi/openpixpdqadapter/PixMesa10511TestCase.java
===================================================================
---
branches/2.0.4-development/openempi/pixpdq-adapter/src/test/java/org/openhie/openempi/openpixpdqadapter/PixMesa10511TestCase.java
(revision 58)
+++
branches/2.0.4-development/openempi/pixpdq-adapter/src/test/java/org/openhie/openempi/openpixpdqadapter/PixMesa10511TestCase.java
(revision 59)
@@ -81,8 +81,7 @@
assertEquals("AA",
msa25.getAcknowledgmentCode().getValue());
assertEquals("10506101-990005",
msa25.getMessageControlID().getValue());
qak =
(ca.uhn.hl7v2.model.v25.segment.QAK)response.get("QAK");
- // The following status should be NF according to the
spec but PIX Manager is returning OK
- assertEquals("OK",
qak.getQueryResponseStatus().getValue());
+ assertEquals("NF",
qak.getQueryResponseStatus().getValue());
assertEquals("QRY1243448799280",
qak.getQueryTag().getValue());
} catch(Exception e) {
e.printStackTrace();
|
[openempi~source-repository:59] The latest version of pix/pdq has fixed this issue so now we can adjust t |
odysseas | 03/18/2010 |





