Vector v = new Vector();
v.add(tdc);
GetMillisecond gm = new GetMillisecond(v,true);
assertTrue(
((Integer) gm.evaluate()).compareTo(
new Integer(c.get(Calendar.MILLISECOND)))
== 0);
} catch (SPLException e) {
fail("Received evaluation exception " + e.getMessage());
} catch (Exception e) {