~ubuntu-branches/ubuntu/saucy/notify-osd/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/test-notification.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-11 18:24:23 UTC
  • mfrom: (3.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711182423-j77ej6q249mz6izx
Tags: 0.9.31-0ubuntu1
* New upstream version:
  - use gtk3 (lp: #655232)
* debian/control: 
  - updated the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "notification.h"
33
33
 
34
34
static void
35
 
test_notification_new (void)
 
35
test_notification_new (gpointer fixture, gconstpointer user_data)
36
36
{
37
37
        Notification* n = NULL;
38
38
        GTimeVal*     timestamp;
65
65
}
66
66
 
67
67
static void
68
 
test_notification_destroy (void)
 
68
test_notification_destroy (gpointer fixture, gconstpointer user_data)
69
69
{
70
70
        Notification* n = NULL;
71
71
 
81
81
}
82
82
 
83
83
static void
84
 
test_notification_setget_id (void)
 
84
test_notification_setget_id (gpointer fixture, gconstpointer user_data)
85
85
{
86
86
        Notification* n = NULL;
87
87
 
109
109
}
110
110
 
111
111
static void
112
 
test_notification_setget_title (void)
 
112
test_notification_setget_title (gpointer fixture, gconstpointer user_data)
113
113
{
114
114
        Notification* n = NULL;
115
115
 
134
134
}
135
135
 
136
136
static void
137
 
test_notification_setget_body (void)
 
137
test_notification_setget_body (gpointer fixture, gconstpointer user_data)
138
138
{
139
139
        Notification* n = NULL;
140
140
 
159
159
}
160
160
 
161
161
static void
162
 
test_notification_setget_value (void)
 
162
test_notification_setget_value (gpointer fixture, gconstpointer user_data)
163
163
{
164
164
        Notification* n = NULL;
165
165
 
194
194
}
195
195
 
196
196
static void
197
 
test_notification_setget_icon_themename (void)
 
197
test_notification_setget_icon_themename (gpointer fixture, gconstpointer user_data)
198
198
{
199
199
        Notification* n = NULL;
200
200
 
225
225
}
226
226
 
227
227
static void
228
 
test_notification_setget_icon_filename (void)
 
228
test_notification_setget_icon_filename (gpointer fixture, gconstpointer user_data)
229
229
{
230
230
        Notification* n = NULL;
231
231
 
273
273
}
274
274
 
275
275
static void
276
 
test_notification_setget_icon_pixbuf (void)
 
276
test_notification_setget_icon_pixbuf (gpointer fixture, gconstpointer user_data)
277
277
{
278
278
        Notification* n      = NULL;
279
279
        GdkPixbuf*    pixbuf = NULL;
307
307
}
308
308
 
309
309
static void
310
 
test_notification_setget_onscreen_time (void)
 
310
test_notification_setget_onscreen_time (gpointer fixture, gconstpointer user_data)
311
311
{
312
312
        Notification* n = NULL;
313
313
 
341
341
}
342
342
 
343
343
static void
344
 
test_notification_setget_sender_name (void)
 
344
test_notification_setget_sender_name (gpointer fixture, gconstpointer user_data)
345
345
{
346
346
        Notification* n = NULL;
347
347
 
377
377
}
378
378
 
379
379
static void
380
 
test_notification_setget_sender_pid (void)
 
380
test_notification_setget_sender_pid (gpointer fixture, gconstpointer user_data)
381
381
{
382
382
        Notification* n = NULL;
383
383
 
410
410
}
411
411
 
412
412
static void
413
 
test_notification_setget_timestamp (void)
 
413
test_notification_setget_timestamp (gpointer fixture, gconstpointer user_data)
414
414
{
415
415
        Notification* n     = NULL;
416
416
        GTimeVal*       tvptr = NULL;
472
472
}
473
473
 
474
474
static void
475
 
test_notification_setget_urgency (void)
 
475
test_notification_setget_urgency (gpointer fixture, gconstpointer user_data)
476
476
{
477
477
        Notification* n = NULL;
478
478