Skip to content

Commit

Permalink
tests for 1240s
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Nov 27, 2009
1 parent c006d1f commit 07294df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/q2mod_jpos/test/org/jpos/q2/iso/QMUXTestCase.java
Expand Up @@ -101,8 +101,8 @@ public void expired (Object handBack) {
}

public void testMTIMapping() throws ISOException{
String[] requests = new String[] {"0100","0101","0400","0401","0420","0800","1100","1800","1804","1820","1820","1200","1220"};
String[] responses = new String[] {"0110","0110","0410","0410","0430","0810","1110","1810","1814","1824","1830","1210","1230"};
String[] requests = new String[] {"0100","0101","0400","0401","0420","0800","1100","1800","1804","1820","1820","1200","1220","1240"};
String[] responses = new String[] {"0110","0110","0410","0410","0430","0810","1110","1810","1814","1824","1830","1210","1230","1250"};

assertEquals("Request/Response string arrays must hold same number of entries",requests.length,responses.length);

Expand Down

0 comments on commit 07294df

Please sign in to comment.