Home | History | Annotate | Download | only in tests

Lines Matching full:error

51         GError* error = NULL;
53 g_file_get_contents("test.pdf", &contents, &length, &error);
54 g_assert(!error);
60 GError* error = NULL;
62 g_file_get_contents("test.html", &contents, &length, &error);
63 g_assert(!error);
69 GError* error = NULL;
73 g_file_get_contents("test.txt", &contents, &length, &error);
74 g_assert(!error);
80 GError* error = NULL;
82 g_file_get_contents("test.ogg", &contents, &length, &error);
83 g_assert(!error);