Fix for an Issue #119

This commit is contained in:
Miroslav Stampar
2012-07-26 00:49:51 +02:00
parent cba77410a9
commit 231f0f76b5
2 changed files with 5 additions and 1 deletions

View File

@@ -2447,7 +2447,7 @@ def getSortedInjectionTests():
messages
"""
retVal = conf.tests
retVal = copy.deepcopy(conf.tests)
def priorityFunction(test):
retVal = SORT_ORDER.FIRST