Menu

Commit [r17659]  Maximize  Restore  History

Fix for the running of the test suite under Python 3.

The zip() function used in the loadTestsFromTestCase() function is now an iterator, so it needs to
be passed through the list() function to generate a list.

bugman 2012-10-02

changed /trunk/test_suite/relax_test_loader.py
/trunk/test_suite/relax_test_loader.py Diff Switch to side-by-side view
Loading...