public void testCreateDateFactoryExists()
{
final String uri = "urn:oasis:names:tc:opendocument:xmlns:meta:1.0";
final String tagName = "creation-date";
final BundleMetaDataEntryReadHandlerFactory handlerFactory = BundleMetaDataEntryReadHandlerFactory.getInstance();
final BundleMetaDataEntryReadHandler readHandler = handlerFactory.getHandler(uri, tagName);
assertNotNull(readHandler);
}