commit | d496e044b106dd2fd3f6d6fb9ddf6ae48637a525 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Fri May 27 08:12:41 2011 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Fri May 27 08:12:41 2011 +0000 |
tree | feddd5eb9aef93a0d1c967194d319dfb7999cb59 | |
parent | f587e6a420c467a69b7f977875052077aef2913b [diff] |
Fixed unit tests execution on MSVC 6 by removing usage of std::numeric_limits. It was returning 0 value in some max cases. Fixed Value::asFloat() to use integerToDouble().