diff options
author | Steve Huston <shuston@riverace.com> | 2007-12-04 16:33:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2007-12-04 16:33:40 +0000 |
commit | ba52b43a3d093662a1d00702863c685a0e67b3fe (patch) | |
tree | ad3f040b0713c50e99d143ad578d2c12e09c7db9 /ACE/tests | |
parent | 282b9c460643eb5553de8ef38d24e36bb6fc95e4 (diff) | |
download | ATCD-ba52b43a3d093662a1d00702863c685a0e67b3fe.tar.gz |
ChangeLogTag:Tue Dec 4 16:30:19 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests')
-rw-r--r-- | ACE/tests/Reactor_Notify_Test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/tests/Reactor_Notify_Test.cpp b/ACE/tests/Reactor_Notify_Test.cpp index abaed28ff62..15adcd8eab6 100644 --- a/ACE/tests/Reactor_Notify_Test.cpp +++ b/ACE/tests/Reactor_Notify_Test.cpp @@ -534,9 +534,6 @@ run_main (int, ACE_TCHAR *[]) int test_result = 0; // Innocent until proven guilty - if (0 != run_quiet_notify_test ()) - test_result = 1; - if (0 == run_notify_purge_test ()) { ACE_DEBUG ((LM_DEBUG, @@ -550,6 +547,9 @@ run_main (int, ACE_TCHAR *[]) } #if defined (ACE_HAS_THREADS) + if (0 != run_quiet_notify_test ()) + test_result = 1; + ACE_Time_Value timeout (SHORT_TIMEOUT); ACE_DEBUG ((LM_DEBUG, |