~ubuntu-branches/ubuntu/trusty/unity8/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/utils/modules/Unity/Test/UnityTestCase.qml

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2014-02-03 16:56:47 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20140203165647-ik9w833cac4zu9da
Tags: 7.84+14.04.20140130.is.7.84+14.04.20131220-0ubuntu1
Reverting to last known good version, as after installing a click
application, it redirects you to the first click application everytime.
(LP: #1275832)

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
            }
84
84
            childs.splice(0, 1);
85
85
        }
86
 
        return null;
 
86
        return undefined;
87
87
    }
88
88
 
89
89
    // Find an object with the given name in the children tree of "obj"
103
103
            }
104
104
            childs.splice(0, 1);
105
105
        }
106
 
        return null;
 
106
        return undefined;
107
107
    }
108
108
 
109
109
    // Type a full string instead of keyClick letter by letter