summaryrefslogtreecommitdiff
path: root/cpp/src/tests/qpid_stream.cpp
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
commitc64f64ff2359a3f4a74cb951adc64f3ddcebbcb2 (patch)
tree1ab9825655ec836cd443c3c85b7c146a4a10e074 /cpp/src/tests/qpid_stream.cpp
parentfbbda16ce5d06ebebc7d6eabdbd0769a3d886cb8 (diff)
downloadqpid-python-c64f64ff2359a3f4a74cb951adc64f3ddcebbcb2.tar.gz
QPID-1904: File mised in previous checkin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@937163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/qpid_stream.cpp')
-rw-r--r--cpp/src/tests/qpid_stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/qpid_stream.cpp b/cpp/src/tests/qpid_stream.cpp
index 26df5332fe..2ccf27bdb9 100644
--- a/cpp/src/tests/qpid_stream.cpp
+++ b/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;
}