~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gio/tests/desktop-app-info.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-04 13:08:00 UTC
  • mfrom: (1.63.34)
  • Revision ID: package-import@ubuntu.com-20140304130800-6f4fs4s8iri00blg
Tags: 2.39.91-0ubuntu1
* New upstream release 2.39.91
* revert-0001-Improve-GAsyncQueue-test-coverage.patch: Drop, fixed upstream.
* Re-enable test_timer_stop to gather more information about the failure.
* debian/libglib2.0-0.symbols: Update with new symbols in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
654
654
                          "gnome-clocks.desktop\n"
655
655
                          "yelp.desktop gnome-contacts.desktop\n", TRUE, TRUE, NULL, NULL);
656
656
 
 
657
  /* eog has exec name 'false' in usr only */
 
658
  assert_search ("false", "eog.desktop\n", TRUE, FALSE, NULL, NULL);
 
659
  assert_search ("false", "", FALSE, TRUE, NULL, NULL);
 
660
  assert_search ("false", "", TRUE, TRUE, NULL, NULL);
 
661
  assert_search ("false", "", FALSE, FALSE, NULL, NULL);
 
662
 
 
663
  /* make sure we only search the first component */
 
664
  assert_search ("nonsearchable", "", TRUE, FALSE, NULL, NULL);
 
665
 
657
666
  /* "gnome con" will match only gnome contacts; via the name for
658
667
   * "contacts" and the comment for "gnome"
659
668
   */