Fix tool test specification by id

This commit is contained in:
James Taylor
2009-11-04 11:35:50 -05:00
parent 11368df068
commit 1bc08c9546
+1 -1
View File
@@ -128,4 +128,4 @@ def build_tests():
for j, testdef in enumerate( tool.tests ):
name = "%s ( %s ) > %s" % ( tool.name, tool.id, testdef.name )
testcase = get_case( testdef, name )
G[ 'testcase_%d_%d' % ( i, j ) ] = testcase
G[ testcase.__name__ ] = testcase