~ubuntu-branches/ubuntu/quantal/gwibber/quantal

« back to all changes in this revision

Viewing changes to tests/vala/test-vala.vala

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-02-14 17:03:36 UTC
  • mfrom: (1.1.68)
  • Revision ID: package-import@ubuntu.com-20120214170336-sukh2ve1z5z09ml3
Tags: 3.3.4-0ubuntu1
* New upstream release
  - Completed dropped python multiprocessing and refactored the service 
    threading.  Including improving ability to catch individual 
    operation failures.
 - Can't response or write to someone from their user information
   page (LP: #926081)
 - "Repeat" a status on StatusNet fails silently (Scott Sweeny) (LP: #923144)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    Test.run ();
39
39
 
40
 
    Idle.add (() => {
41
 
      service.quit ();
42
 
      Gtk.main_quit ();
43
 
      return false;
44
 
    });
 
40
    service.quit ();
 
41
    //Gtk.main_quit ();
45
42
  }
46
43
 
47
44
  static int main (string[] args)