summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-06-17 02:08:23 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-06-17 02:08:23 +0000
commitb1892cf2a26346bc2b64572555a5de4bdc82c14d (patch)
treeb19e541e2227941a4c148b9694f066b11b870bd2
parent2519eecbf08f512535aaef845c498774700948ab (diff)
downloadqpid-python-b1892cf2a26346bc2b64572555a5de4bdc82c14d.tar.gz
QPID-3079: fix windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3079@1136751 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/AsyncCompletion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/AsyncCompletion.cpp b/qpid/cpp/src/tests/AsyncCompletion.cpp
index a19b3a9920..3f47f4cf5a 100644
--- a/qpid/cpp/src/tests/AsyncCompletion.cpp
+++ b/qpid/cpp/src/tests/AsyncCompletion.cpp
@@ -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.