*
* @throws IOException Signals an error with the XMP processing.
*/
public void testDateList() throws IOException
{
XMPMetadata xmp = new XMPMetadata();
XMPSchema schema = new XMPSchema(xmp, "test", "http://test.com/test");
Calendar c1 = Calendar.getInstance();
c1.set(1999, 11, 31, 0, 0, 0);
c1.set(Calendar.MILLISECOND, 0);