From eed6a066cfbea1427f24763e985dd36e23179eec Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 23 Jun 2010 23:15:45 -0400 Subject: Add a never expires test case --- tests/test-basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-basic.c b/tests/test-basic.c index 88dbe43..073785b 100644 --- a/tests/test-basic.c +++ b/tests/test-basic.c @@ -64,7 +64,7 @@ main () NULL, NULL, NULL); - notify_notification_set_timeout (n, 3000); //3 seconds + notify_notification_set_timeout (n, NOTIFY_EXPIRES_NEVER); if (!notify_notification_show (n, NULL)) { fprintf (stderr, "failed to send notification\n"); -- cgit v1.2.1