summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-23 23:15:45 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-23 23:16:00 -0400
commiteed6a066cfbea1427f24763e985dd36e23179eec (patch)
treed55f6ced6c4a410d891c41fc7ceb6debe9d923bb
parent1f85092c9696c1614166ca6fb0c26bf5f85dfa22 (diff)
downloadlibnotify-eed6a066cfbea1427f24763e985dd36e23179eec.tar.gz
Add a never expires test case
-rw-r--r--tests/test-basic.c2
1 files changed, 1 insertions, 1 deletions
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");