Ticket #1926 (closed defect: worksforme)
[MapServer-msautotest]Some tests run only on Linux
| Reported by: | nsavard@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | msautotest | Version: | 4.10 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by warmerdam) (diff)
There are actually five tests in wms_time_pattern.map that run only on Linux because of a different behaviour of strptime function on Windows. These tests are: wms_time_pattern1a.png, wms_time_pattern1b.png, wms_time_pattern1c.png, wms_time_pattern1d.png and wms_time_pattern2d.png. How should msautotest handle this case? This is a note done by Assefa: Pattern "%Y%m%d" : does not work (on windows at least) : problem with strptime (parsing of the year is done like this (line 408) ret = strtol (buf, &s, 10) (where buffer =20040101 so the return year is 20040101
Change History
Note: See
TracTickets for help on using
tickets.
