From 2519f80edbeaa338bbe8d68b8554bd43fd4fa190 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 28 Mar 2007 21:46:28 +0000 Subject: Missed changes on previous commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@523474 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/AcceptorTest.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpp/tests/AcceptorTest.cpp') diff --git a/cpp/tests/AcceptorTest.cpp b/cpp/tests/AcceptorTest.cpp index 947ae2d11a..0b4b2c2578 100644 --- a/cpp/tests/AcceptorTest.cpp +++ b/cpp/tests/AcceptorTest.cpp @@ -49,10 +49,9 @@ class AcceptorTest : public CppUnit::TestCase, private Runnable Acceptor::shared_ptr acceptor; public: - using TestCase::run; // Avoid hiding TestCase::run. void run() { - acceptor->run(&factory); + acceptor->run(factory); } void setUp() { @@ -85,9 +84,7 @@ class AcceptorTest : public CppUnit::TestCase, private Runnable CPPUNIT_ASSERT_EQUAL(int(2), int(init.getMinor())); acceptor->shutdown(); - printf("== join\n"); // FIXME aconway 2007-03-28: runThread.join(); - printf("== joined\n"); // FIXME aconway 2007-03-28: factory.handler->waitForClosed(); } }; -- cgit v1.2.1