Merge lp:~afrantzis/lava-test/gtkperf into lp:lava-test/0.0

Proposed by Alexandros Frantzis
Status: Merged
Merged at revision: 38
Proposed branch: lp:~afrantzis/lava-test/gtkperf
Merge into: lp:lava-test/0.0
Diff against target: 13 lines (+3/-1)
1 file modified
abrek/test_definitions/gtkperf.py (+3/-1)
To merge this branch: bzr merge lp:~afrantzis/lava-test/gtkperf
Reviewer Review Type Date Requested Status
Paul Larson (community) Approve
Review via email: mp+37246@code.launchpad.net

Description of the change

Fix gtkperf test to correctly append 'units' and 'result' values.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

Approve, just adding license and I will merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'abrek/test_definitions/gtkperf.py'
2--- abrek/test_definitions/gtkperf.py 2010-09-22 17:55:02 +0000
3+++ abrek/test_definitions/gtkperf.py 2010-10-01 13:21:00 +0000
4@@ -27,7 +27,9 @@
5 if match:
6 self.results['test_results'].append(match.groupdict())
7
8-parse = GtkTestParser(appendall={'units':'seconds', 'result':'pass'})
9+ self.appendtoall({'units':'seconds', 'result':'pass'})
10+
11+parse = GtkTestParser()
12 inst = abrek.testdef.AbrekTestInstaller(deps=["gtkperf"])
13 run = abrek.testdef.AbrekTestRunner(RUNSTEPS)
14

Subscribers

People subscribed via source and target branches