summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2815_Regression_Test.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-23 17:56:02 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-23 17:56:02 +0000
commitd040da16290755d2ecf31fd09ce9b90ef0caaa1a (patch)
treeef41e704c5b3a8ceed808e4897605884d29f4800 /ACE/tests/Bug_2815_Regression_Test.cpp
parent2140118ca84e44730206aecd41880085faae125d (diff)
downloadATCD-d040da16290755d2ecf31fd09ce9b90ef0caaa1a.tar.gz
Fri Feb 23 17:47:28 UTC 2007 Carlos O'Ryan <coryan@atdesk.com>
Diffstat (limited to 'ACE/tests/Bug_2815_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2815_Regression_Test.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/tests/Bug_2815_Regression_Test.cpp b/ACE/tests/Bug_2815_Regression_Test.cpp
index 4c4eb0a3630..dc831ed6b13 100644
--- a/ACE/tests/Bug_2815_Regression_Test.cpp
+++ b/ACE/tests/Bug_2815_Regression_Test.cpp
@@ -205,14 +205,12 @@ run_main (int, ACE_TCHAR *[])
#if !defined(ACE_HAS_REACTOR_NOTIFICATION_QUEUE)
ACE_DEBUG ((LM_INFO,
- ACE_TEXT ("Notification queue disabled, ")
- ACE_TEXT ("small test version, ")
- ACE_TEXT ("which is of no practical use\n")));
+ ACE_TEXT ("Notification queue disabled. ")
+ ACE_TEXT ("This test depends on purge_pending_notifications. ")
+ ACE_TEXT ("Thus, the test is disabled in this case\n")));
- int max_notifications = 16;
#else
int max_notifications = 512 * 1024;
-#endif /* ACE_HAS_THREADS */
{
ACE_Reactor select_reactor (
@@ -235,6 +233,7 @@ run_main (int, ACE_TCHAR *[])
handler.run();
}
+#endif /* ACE_HAS_THREADS */
ACE_END_TEST;
return 0;