summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseibel_r <seibel_r@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-18 14:27:27 +0000
committerseibel_r <seibel_r@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-18 14:27:27 +0000
commitd2dd47edde751a1479df77e3d0f718e658d0623b (patch)
treece51ca63d29edf5f7ad37f84b4c01962a968bca3
parent17d4effdad5f9b0f767e0b3d0efbd5231969fc43 (diff)
downloadATCD-d2dd47edde751a1479df77e3d0f718e658d0623b.tar.gz
Fixed a cut and paste error
-rw-r--r--tests/Timer_Queue_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Timer_Queue_Test.cpp b/tests/Timer_Queue_Test.cpp
index a4510d24da8..b29cd122f92 100644
--- a/tests/Timer_Queue_Test.cpp
+++ b/tests/Timer_Queue_Test.cpp
@@ -201,7 +201,7 @@ test_functionality (ACE_Timer_Queue *tq)
timer_id2 = tq->schedule (&eh,
timer_act,
tq->gettimeofday ());
- ACE_ASSERT (timer_id != -1);
+ ACE_ASSERT (timer_id2 != -1);
// The following method will trigger a call to <handle_close>.
ACE_ASSERT (eh.close_count_ == 2);