~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to tests/system/suite_debugger/tst_debug_empty_main/test.py

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
            replaceEditorContent(editor, "")
79
79
            typeLines(editor, ["int main() {"])
80
80
            invokeMenuItem("File", "Save All")
 
81
            progressBarWait(15000)
81
82
            setRunInTerminal(1, 0, False)
82
83
            performDebugging(workingDir, projectName, [singleTarget])
83
84
            invokeMenuItem("File", "Close All Projects and Editors")