~ubuntu-branches/ubuntu/raring/tracker/raring

« back to all changes in this revision

Viewing changes to tests/libtracker-data/tracker-sparql-blank-test.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-12-19 15:20:01 UTC
  • Revision ID: package-import@ubuntu.com-20111219152001-ecj0pbq5u838v099
Tags: 0.12.9-1ubuntu1
* 90-remove-gthread-init.patch
  - Git patch to fix FTBFS with glib 2.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
        g_type_init ();
129
129
 
130
 
        if (!g_thread_supported ()) {
131
 
                g_thread_init (NULL);
132
 
        }
133
 
 
134
130
        g_test_init (&argc, &argv, NULL);
135
131
 
136
132
        current_dir = g_get_current_dir ();