diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-07 15:15:47 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-07 15:15:47 +0000 |
commit | 1338f568647298577d8a438d34c57e6767aedf4c (patch) | |
tree | 44d81436fffd7efa579ebc9b08d7a9abf8dd11cd /cppe/test/Common/TestCommon.cpp | |
parent | Fixed (diff) | |
download | ice-1338f568647298577d8a438d34c57e6767aedf4c.tar.bz2 ice-1338f568647298577d8a438d34c57e6767aedf4c.tar.xz ice-1338f568647298577d8a438d34c57e6767aedf4c.zip |
Fixed tests on linux
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-x | cppe/test/Common/TestCommon.cpp | 2 |
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 += ' ';
|