Bug 611312: Fix a minor python3 issue in runtestBase (map returns an iterable in...
commita0308bdb8ecb391b1d819bc5f1937e34004d60c7
authorChris Peyer <cpeyer@adobe.com>
Fri, 25 Feb 2011 23:17:52 +0000 (25 15:17 -0800)
committerChris Peyer <cpeyer@adobe.com>
Fri, 25 Feb 2011 23:17:52 +0000 (25 15:17 -0800)
treebb634b0c0d17f043fbfa9683f07400291b813bc8
parent0166e4a86fb2dd426236d0664caf4c3d19a85943
Bug 611312: Fix a minor python3 issue in runtestBase (map returns an iterable in py3, need to explicitly cast to list) (r=cpeyer)
test/util/runtestBase.py