Return-Path: Delivered-To: apmail-xml-xerces-cvs-archive@www.apache.org Received: (qmail 39761 invoked from network); 31 Aug 2004 20:54:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Aug 2004 20:54:01 -0000 Received: (qmail 24904 invoked by uid 500); 31 Aug 2004 20:53:51 -0000 Delivered-To: apmail-xml-xerces-cvs-archive@xml.apache.org Received: (qmail 24738 invoked by uid 500); 31 Aug 2004 20:53:48 -0000 Mailing-List: contact xerces-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xerces-cvs@xml.apache.org Received: (qmail 24574 invoked by uid 99); 31 Aug 2004 20:53:46 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 31 Aug 2004 13:53:45 -0700 Received: (qmail 39224 invoked by uid 1335); 31 Aug 2004 20:53:43 -0000 Date: 31 Aug 2004 20:53:43 -0000 Message-ID: <20040831205343.39222.qmail@minotaur.apache.org> From: peiyongz@apache.org To: xml-xerces-cvs@apache.org Subject: cvs commit: xml-xerces/c/tests/XSValueTest XSValueTest.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peiyongz 2004/08/31 13:53:43 Modified: c/tests/XSValueTest XSValueTest.cpp Log: Testing time zone Revision Changes Path 1.6 +10 -7 xml-xerces/c/tests/XSValueTest/XSValueTest.cpp Index: XSValueTest.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/XSValueTest/XSValueTest.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- XSValueTest.cpp 31 Aug 2004 15:15:16 -0000 1.5 +++ XSValueTest.cpp 31 Aug 2004 20:53:43 -0000 1.6 @@ -57,6 +57,9 @@ /* * $Id$ * $Log$ +* Revision 1.6 2004/08/31 20:53:43 peiyongz +* Testing time zone +* * Revision 1.5 2004/08/31 15:15:16 peiyongz * remove XSValueContext * @@ -3916,17 +3919,17 @@ const XSValue::DataType dt = XSValue::dt_dateTime; bool toValidate = true; - const char v_1[]="2000-12-31T23:59:59.38900"; - const char v_2[]="2000-10-01T24:00:00"; - const char v_3[]="2000-02-28T23:59:59"; + const char v_1[]="2000-12-31T23:59:59.00389"; + const char v_2[]="2000-10-01T11:10:20+06:00"; + const char v_3[]="2000-10-01T11:10:20-06:00"; const char iv_1[]="0000-12-31T23:59:59"; const char iv_2[]="+2000-11-30T23:59:59Z"; const char iv_3[]="2000-02-28T23:59.1:59Z"; - const char v_1_canrep[]="2000-12-31T23:59:59.389Z"; - const char v_2_canrep[]="2000-10-01T00:00:00Z"; - const char v_3_canrep[]="2000-02-28T23:59:59Z"; + const char v_1_canrep[]="2000-12-31T23:59:59.00389Z"; + const char v_2_canrep[]="2000-10-01T05:10:20Z"; + const char v_3_canrep[]="2000-10-01T17:10:20Z"; /*** * E2-41 --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-cvs-help@xml.apache.org