diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-26 03:42:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-26 03:42:15 +0000 |
commit | 59ddf5f7a713b466a82f251db4233b04f89b9082 (patch) | |
tree | 1c3c62c8e9c25ebc5f76889b25230929fdca8c8d | |
parent | cd0c517f1c391a749d613eb8d2482b3d7329a5c3 (diff) | |
download | ATCD-59ddf5f7a713b466a82f251db4233b04f89b9082.tar.gz |
ChangeLogTag: Wed Aug 25 22:05:54 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r-- | tests/Time_Value_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp index da5933af6f4..33e755aa0c6 100644 --- a/tests/Time_Value_Test.cpp +++ b/tests/Time_Value_Test.cpp @@ -194,7 +194,7 @@ main (int, ASYS_TCHAR *[]) ACE_Time_Value tv4 (1, 1000000); ACE_Time_Value tv5 (2); ACE_Time_Value tv6 (1, -1000000); - ACE_Time_Value tv7 ((long) 2.0); + ACE_Time_Value tv7 (2.0); ACE_ASSERT (tv1 == ACE_Time_Value (0)); ACE_ASSERT (tv2 < tv3); |