~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to tools/autopilot.py

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
class UnityTests(object):
113
113
    '''Runs a series of unity actions, triggering GL calls'''
114
114
 
115
 
    _bfb_x = 24
116
 
    _bfb_y = 10
 
115
    _bfb_x = 0
 
116
    _bfb_y = 0
117
117
        
118
118
    # this is totally lame. This should not be hard coded, but until I can get
119
119
    # unity to run in gdb and debug why introspection is crashing and hardlocking