~ubuntu-branches/ubuntu/precise/gnome-keyring/precise

« back to all changes in this revision

Viewing changes to gck/tests/test-gck-slot.c

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-06 10:34:09 UTC
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: package-import@ubuntu.com-20110906103409-pyc6sk6k19ml05la
Tags: upstream-3.1.91
ImportĀ upstreamĀ versionĀ 3.1.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        GList *slots;
44
44
 
45
45
        /* Successful load */
46
 
        test->module = gck_module_initialize (BUILDDIR "/.libs/libmock-test-module.so", &err);
 
46
        test->module = gck_module_initialize (BUILDDIR "/.libs/libmock-test-module.so", NULL, &err);
47
47
        g_assert_no_error (err);
48
48
        g_assert (GCK_IS_MODULE (test->module));
49
49