/[smeserver]/rpms/php/sme8/php-5.0.4-tests-wddx.patch
ViewVC logotype

Contents of /rpms/php/sme8/php-5.0.4-tests-wddx.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 6 20:36:50 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: php-5_2_10-1_el5_sme, php-5_3_3-15_el5_sme, php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-1_el5_sme_1_0, php-5_3_3-13_el5_sme_2, php-5_3_3-1_el5_sme_1_1, php-5_3_3-17_el5_sme, php-5_3_3-1_el5_7_6, php-5_3_3-13_el5_sme, php-5_3_3-13_el6, php-5_3_3-1_el5_sme_1, HEAD
Branch point for: redhat-upstream
Initial import

1
2 The wddx tests presume that "2040-06-12T04:32:12" cannot be parsed;
3 that's only true on platforms with a 32-bit time_t.
4
5 --- php-5.0.5/ext/wddx/tests/001.phpt.tests-wddx
6 +++ php-5.0.5/ext/wddx/tests/001.phpt
7 @@ -18,7 +18,7 @@
8 ["aDateTime2"]=>
9 int(329632332)
10 ["aDateTime3"]=>
11 - string(22) "2040-06-12T04:32:12+00"
12 + string(12) "NotADateTime"
13 ["aBoolean"]=>
14 bool(true)
15 ["anArray"]=>
16 --- php-5.0.5/ext/wddx/tests/wddx.xml.tests-wddx
17 +++ php-5.0.5/ext/wddx/tests/wddx.xml
18 @@ -20,7 +20,7 @@
19 <dateTime>1980-06-12T04:32:12+00</dateTime>
20 </var>
21 <var name='aDateTime3'>
22 - <dateTime>2040-06-12T04:32:12+00</dateTime>
23 + <dateTime>NotADateTime</dateTime>
24 </var>
25 <var name='aBoolean'>
26 <boolean value='true'/>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed