diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-04-01 07:13:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-04-01 07:13:06 +0000 |
commit | 007d4bc2d4686f9daa7b7dd05194d8da30bb2474 (patch) | |
tree | 4c976d9ed11d49491263e5ab10c4873ae8dc5c4e /ACE | |
parent | 75cc06e0f18c862f587a6135e0679df07b40e0d2 (diff) | |
download | ATCD-007d4bc2d4686f9daa7b7dd05194d8da30bb2474.tar.gz |
Tue Apr 1 07:12:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ChangeLog | 7 | ||||
-rw-r--r-- | ACE/tests/Reactor_Dispatch_Order_Test.cpp | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 6f9468f4684..3f483b1ddf9 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,10 @@ +Tue Apr 1 07:12:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> + + * tests/Reactor_Dispatch_Order_Test.cpp: + Only run the reactor once, this will lead to the failing of this test + when using the WFMO Reactor which seems to be a old issue that needs + to get addressed + Tue Apr 1 06:54:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> * bin/tao_other_tests.lst: diff --git a/ACE/tests/Reactor_Dispatch_Order_Test.cpp b/ACE/tests/Reactor_Dispatch_Order_Test.cpp index d6098bd7b2e..8f49d55254c 100644 --- a/ACE/tests/Reactor_Dispatch_Order_Test.cpp +++ b/ACE/tests/Reactor_Dispatch_Order_Test.cpp @@ -226,7 +226,6 @@ test_reactor_dispatch_order (ACE_Reactor &reactor) if (ok_to_go) { reactor.run_reactor_event_loop (tv); - reactor.run_reactor_event_loop (tv); } if (0 != reactor.remove_handler (handler.pipe_.read_handle (), |