Assert.assertEquals(testDate[0], tempDate.asDate());
Assert.assertEquals(OSDType.Date, array.get(1).getType());
tempDate = (OSDDate)array.get(1);
Utils.tryParseDate("1999-01-01T00:00:00Z", testDate);
Assert.assertEquals(testDate[0], tempDate.asDate());
// Assert.assertEquals(OSDType.Date, array.get(2).getType());
// tempDate = (OSDDate)array.get(2);
// Assert.assertEquals(Utils.Epoch, tempDate.asDate());
}