Adam Harvey
53cfb3d53d
Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).
2010-03-26 04:31:26 +00:00
Derick Rethans
3025ca8e17
- Fixed bug #46111 (Some timezone identifiers can not be parsed).
2010-03-07 19:18:06 +00:00
Derick Rethans
02e4644786
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
2010-03-07 17:25:16 +00:00
Derick Rethans
dbec5439b5
- Update test cases after the fix for bug #49778 .
2010-03-07 17:23:40 +00:00
Derick Rethans
156d780cbd
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
...
is created from an ISO string).
2010-03-07 15:26:39 +00:00
Derick Rethans
f1286280d1
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
2010-03-07 13:54:46 +00:00
Derick Rethans
a2ad4ea8b5
- Change this test case because non-6 digits are supported now, and clarify
...
that the "1" doesn't show because the precision isn't high enough. (Same
happens if you change it to 9).
2010-03-07 13:47:06 +00:00
Derick Rethans
2d2e02740a
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
...
character).
2010-03-07 13:08:47 +00:00
Derick Rethans
13e0d47cf3
- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
...
parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.
2010-03-06 16:04:47 +00:00
Derick Rethans
5a43f269cc
- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
...
#- Was already partly fixed with my previous commit.
2010-02-10 16:55:40 +00:00
Derick Rethans
8ac4d1190a
- Added a test case for bug #45866
...
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
versions).
- Make sure faulty strings passed to DateTime::modify() notify the user.
- Revert fix for bug #50392 as it was fixed wrongly without a proper test case.
- Fixed a bug with the 'r' formatting function as the default buffer size that
was allocated only fit 4 digit years.
2010-02-10 16:23:30 +00:00
Ilia Alshanetsky
fae24f9298
Added test for bug #50680
2010-01-14 15:45:49 +00:00
Ilia Alshanetsky
d0f6848e66
Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character)
2009-12-15 12:34:12 +00:00
andy wharmby
203da56982
Fix tests
2009-11-05 22:44:02 +00:00
Rasmus Lerdorf
99f30c1b6a
Fix date_sunrise/date_sunset tests
2009-09-29 13:56:51 +00:00
Jani Taskinen
4cce432eeb
- Move tests in the right location
2009-09-22 09:41:39 +00:00
Zoe Slattery
4cc35aeaaf
The last of the 2009 testfest tests
2009-08-30 18:18:50 +00:00
Zoe Slattery
0e4ce3bcca
More tests from 2009 testfest
2009-08-28 14:31:19 +00:00
Rasmus Lerdorf
1a6cda905a
Fix test on 32-bit
2009-08-02 22:37:07 +00:00
Derick Rethans
24b973cafc
- Fixed bug #45554 (Inconsistent behavior of the u format char).
2009-07-29 15:34:59 +00:00
Johannes Schlüter
6354376924
MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)
2009-06-25 15:07:36 +00:00
Zoe Slattery
b2bc4dd331
fix skipif
2009-06-25 14:44:01 +00:00
Zoe Slattery
8e972386f0
fix skipif
2009-06-25 12:36:46 +00:00
Scott MacVicar
c63b6f5d8a
MFH Specific test for bug #48276
2009-06-21 22:31:41 +00:00
Matt Wilmas
26cde1ee2f
MFH: Updated tests after double->long conversion change (basically to match 5.2)
...
# Let me know about other failing tests I missed
2009-06-04 18:25:06 +00:00
Felipe Pena
7c30401aec
- New tests (testfest Quebec)
2009-05-17 01:16:35 +00:00
Felipe Pena
e753493c97
- Fixed tests on Windows
2009-05-12 19:46:58 +00:00
Derick Rethans
20a359a3fb
- MFH: Fixed bug #45682 (Unable to var_dump(DateInterval)).
2009-05-03 18:46:28 +00:00
Derick Rethans
febc2763dd
- MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
...
- MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
2009-05-03 18:22:40 +00:00
Derick Rethans
1e6e1ca304
- MFH: Added test for (bogus) bug #48097 .
2009-05-03 14:28:26 +00:00
Felipe Pena
b33f88607a
- MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing)
2009-04-07 20:05:50 +00:00
andy wharmby
76b30f6434
Fix date tests which started failing after change to BST
2009-03-30 12:35:31 +00:00
andy wharmby
a2e4773405
New tests for various date extension functions. Tested on Windows, Linux and linux 64
2009-03-18 23:35:25 +00:00
andy wharmby
0c1fe359a1
New tests for date extension DateTime methods Tested on Windows, Linux and linux 64
2009-03-18 11:32:59 +00:00
andy wharmby
13db8cb25a
New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64
2009-03-18 11:13:04 +00:00
Antony Dovgal
62e2021305
fix tests
2009-03-01 21:26:54 +00:00
Antony Dovgal
64003cd352
fix test
2009-01-28 12:58:59 +00:00
Derick Rethans
4ca3fa7120
- Fixed tests?
...
#- Wondering why those are not in HEAD though...
2009-01-27 14:22:17 +00:00
Scott MacVicar
8e11f40093
Fix tests
2009-01-27 14:16:15 +00:00
Derick Rethans
fb183b1777
- MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.
...
#- [DOC]
2009-01-27 13:48:10 +00:00
andy wharmby
023db07910
New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit
2009-01-22 18:47:46 +00:00
andy wharmby
0d4228940c
New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-22 14:11:08 +00:00
andy wharmby
c70c7ca7f9
Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit
2009-01-22 13:50:45 +00:00
Sanjay Mantoor
5b75dd317f
New testcases for strftime function
2009-01-21 10:51:04 +00:00
Antony Dovgal
ad0935cd47
fix typo
2009-01-14 16:32:41 +00:00
andy wharmby
c1bf1627dd
Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit.
2009-01-14 16:28:18 +00:00
andy wharmby
f52ad63dfb
Fix new date tests. Tested on Windows, Linux and Linux 64 bit
2009-01-13 23:08:03 +00:00
andy wharmby
cb9476027c
New date extension tests. Tested on Windows, Linux and Linux 64 bit
2009-01-13 13:38:19 +00:00
Scott MacVicar
a9e5e22275
If a TZ environmental is set then it ends up getting used instead of the INI setting, use date_default_timezone_set() instead.
2009-01-10 00:50:45 +00:00
Sanjay Mantoor
49a6cc243e
New testcases for localtime function
2009-01-09 05:09:40 +00:00