615616617618619620621622623624625
+ t.getMessage()); } } public void testDateInout () { org.apache.axis.holders.DateHolder dh = new DateHolder(expectedDate); try { io.dateInout (dh); assertTrue("Output date does not match", returnDate.equals(dh.value));
610611612613614615616617618619620