summaryrefslogtreecommitdiff
path: root/cppe/test/Common/TestCommon.cpp
diff options
context:
space:
mode:
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 += ' ';