/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2005, International Business Machines Corporation
+ * Copyright (c) 1997-2007, International Business Machines Corporation
* and others. All Rights Reserved.
********************************************************************/
/********************************************************************************
void addCalTest(TestNode**);
void addDateForTest(TestNode**);
+void addDateTimePatternGeneratorTest(TestNode** root);
void addNumForTest(TestNode**);
void addMsgForTest(TestNode**);
void addDateForRgrTest(TestNode**);
{
addCalTest(root);
addDateForTest(root);
+ addDateTimePatternGeneratorTest(root);
addNumForTest(root);
addNumFrDepTest(root);
addMsgForTest(root);