summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-04-23 05:53:12 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-04-23 05:53:12 +0000
commit64e686de9e5a0f1594e5147dbe0939dc77054db1 (patch)
treee127abde37448601d8bdb0f5352bcd6fa43fb118
parentb4738c5e99ee9e751f45deb177270bc0bb0a775e (diff)
downloadqpid-python-64e686de9e5a0f1594e5147dbe0939dc77054db1.tar.gz
QPID-1904: File mised in previous checkin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@937163 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/qpid_stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/qpid_stream.cpp b/qpid/cpp/src/tests/qpid_stream.cpp
index 26df5332fe..2ccf27bdb9 100644
--- a/qpid/cpp/src/tests/qpid_stream.cpp
+++ b/qpid/cpp/src/tests/qpid_stream.cpp
@@ -77,7 +77,7 @@ const std::string TS = "ts";
uint64_t timestamp(const qpid::sys::AbsTime& time)
{
- qpid::sys::Duration t(time);
+ qpid::sys::Duration t(qpid::sys::EPOCH, time);
return t;
}