~ps-jenkins/bamf/latestsnapshot-0.4.0daily13.06.1913.04-0ubuntu1

« back to all changes in this revision

Viewing changes to tests/bamfdaemon/test-bamf.c

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño), Brandon Schaefer
  • Date: 2013-05-30 23:32:23 UTC
  • mfrom: (534.1.12 bamf-0.4)
  • Revision ID: tarmac-20130530233223-b89ypaq36p9d0aqg
libbamf: BamfApplication: cache MimeTypes and ApplicationType on favorite and sticky apps.

Approved by Brandon Schaefer, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  test_window_create_suite ();
45
45
  test_application_create_suite (connection);
46
46
 
47
 
  g_setenv("PATH", TESTDIR"/bamfdaemon/data/bin", TRUE);
 
47
  g_setenv ("PATH", TESTDIR"/data/bin", TRUE);
48
48
  result = g_test_run ();
49
49
 
50
50
  g_main_loop_quit (loop);