forked from qt-creator/qt-creator
Squish: Stabilize tst_simple_analyze
Change-Id: I3875451ee263a97f0919f08c96318502b49922f4 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -112,7 +112,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs):
|
||||
test.compare(dumpItems(model, column=colPercent)[0], '100.00 %')
|
||||
# cannot run following test on colShortest (unstable)
|
||||
for i in [colTotal, colMean, colMedian, colLongest]:
|
||||
for item in dumpItems(model, column=i)[1:5]:
|
||||
for item in dumpItems(model, column=i)[2:5]:
|
||||
test.verify(item.endswith('ms'), "Verify that '%s' ends with 'ms'" % item)
|
||||
for i in [colTotal, colMean, colMedian, colLongest, colShortest]:
|
||||
for item in dumpItems(model, column=i):
|
||||
|
Reference in New Issue
Block a user