summaryrefslogtreecommitdiff
path: root/cppe/test/Common/TestCommon.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-07 15:15:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-07 15:15:47 +0000
commit1338f568647298577d8a438d34c57e6767aedf4c (patch)
tree44d81436fffd7efa579ebc9b08d7a9abf8dd11cd /cppe/test/Common/TestCommon.cpp
parentFixed (diff)
downloadice-1338f568647298577d8a438d34c57e6767aedf4c.tar.bz2
ice-1338f568647298577d8a438d34c57e6767aedf4c.tar.xz
ice-1338f568647298577d8a438d34c57e6767aedf4c.zip
Fixed tests on linux
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-xcppe/test/Common/TestCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp
index 2ef6379c910..570e03a2b7c 100755
--- a/cppe/test/Common/TestCommon.cpp
+++ b/cppe/test/Common/TestCommon.cpp
@@ -40,7 +40,7 @@ public:
sprintf(buf, "%ld", GetTickCount());
s += buf;
#else
- s += Ice::Time::now().toString();
+ s += Ice::Time::now().toMilliSeconds();
#endif
s += ' ';