~ralsina/ubuntuone-windows-installer/ui-come-back-to-installer

« back to all changes in this revision

Viewing changes to ubuntuone_installer/gui/qt/tests/test_gui.py

  • Committer: ralsina
  • Date: 2011-08-02 02:34:10 UTC
  • Revision ID: roberto.alsina@canonical.com-20110802023410-1s6skdb9fjinoaix
 test fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
        item = self.ui.add_folder(os.path.join("xyzzy", "xyzzy", "xyzzy"))
522
522
        self.assertEqual(1, self.ui.ui.folder_list.topLevelItemCount())
523
523
        item.thread.run()
 
524
        item.thread.join()
524
525
        self.ui.update_sizes()
525
526
        self.assertEqual(0, item.size)
526
527
        # world did not explode