You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2011/06/17 04:08:24 UTC

svn commit: r1136751 - /qpid/branches/qpid-3079/qpid/cpp/src/tests/AsyncCompletion.cpp

Author: kgiusti
Date: Fri Jun 17 02:08:23 2011
New Revision: 1136751

URL: http://svn.apache.org/viewvc?rev=1136751&view=rev
Log:
QPID-3079: fix windows build

Modified:
    qpid/branches/qpid-3079/qpid/cpp/src/tests/AsyncCompletion.cpp

Modified: qpid/branches/qpid-3079/qpid/cpp/src/tests/AsyncCompletion.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-3079/qpid/cpp/src/tests/AsyncCompletion.cpp?rev=1136751&r1=1136750&r2=1136751&view=diff
==============================================================================
--- qpid/branches/qpid-3079/qpid/cpp/src/tests/AsyncCompletion.cpp (original)
+++ qpid/branches/qpid-3079/qpid/cpp/src/tests/AsyncCompletion.cpp Fri Jun 17 02:08:23 2011
@@ -140,7 +140,7 @@ QPID_AUTO_TEST_CASE(testWaitTillComplete
         dequeued.push_back(store->dequeued.pop(TIME_SEC * 3));
     }
 
-    sleep( 1 );   // even with this, accept should NOT complete!
+    qpid::sys::sleep( 1 );   // even with this, accept should NOT complete!
 
     for (int z = count-1; z >= 0; --z) {
         BOOST_CHECK(!accept.isComplete()); // Should not be complete yet.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org