mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
added new PriorityNotificationQueue, TimedNotificationQueue; added File::isDevice()
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// NotificationsTestSuite.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/testsuite/src/NotificationsTestSuite.cpp#2 $
|
||||
// $Id: //poco/Main/Foundation/testsuite/src/NotificationsTestSuite.cpp#9 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
@@ -33,6 +33,8 @@
|
||||
#include "NotificationsTestSuite.h"
|
||||
#include "NotificationCenterTest.h"
|
||||
#include "NotificationQueueTest.h"
|
||||
#include "PriorityNotificationQueueTest.h"
|
||||
#include "TimedNotificationQueueTest.h"
|
||||
|
||||
|
||||
CppUnit::Test* NotificationsTestSuite::suite()
|
||||
@@ -41,6 +43,8 @@ CppUnit::Test* NotificationsTestSuite::suite()
|
||||
|
||||
pSuite->addTest(NotificationCenterTest::suite());
|
||||
pSuite->addTest(NotificationQueueTest::suite());
|
||||
pSuite->addTest(PriorityNotificationQueueTest::suite());
|
||||
pSuite->addTest(TimedNotificationQueueTest::suite());
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user