Opened 17 years ago

Closed 17 years ago

#5436 closed (fixed)

Fix GIS test runner under python2.4

Reported by: Robert Coup Owned by: jbronn
Component: GIS Version: gis
Severity: Keywords: sprint
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Under python2.4 __import__ doesn't take keyword arguments.

Attachments (1)

test_runner_py24.patch (1.1 KB ) - added by Robert Coup 17 years ago.

Download all attachments as: .zip

Change History (5)

by Robert Coup, 17 years ago

Attachment: test_runner_py24.patch added

comment:1 by Adrian Holovaty, 17 years ago

Version: SVNgis

comment:2 by jbronn, 17 years ago

Owner: changed from nobody to jbronn

comment:3 by jbronn, 17 years ago

Status: newassigned

comment:4 by jbronn, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [6237]) gis: Fixed #5436, for Python 2.4 test runner compatibility with patch from rcoup; GDAL tests now print that IllegalArgumentException is expected.

Note: See TracTickets for help on using tickets.
Back to Top