diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-13 12:12:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:46 +0200 |
commit | e0849593316ba0f3e45545dad98ee9218d017184 (patch) | |
tree | 46c974fe35ef4383c47a6d0e2cd709c75b65de6e /boost/oracle/date-time/driver.cxx | |
parent | 806df44f9182ebd1cb86bc31189370a3e595d3b9 (diff) |
Test fractional seconds
Diffstat (limited to 'boost/oracle/date-time/driver.cxx')
-rw-r--r-- | boost/oracle/date-time/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx index f74f3cd..7c1733e 100644 --- a/boost/oracle/date-time/driver.cxx +++ b/boost/oracle/date-time/driver.cxx @@ -54,7 +54,7 @@ main (int argc, char* argv[]) o.times.push_back (min_date_time); o.times.push_back (ptime (max_date_time)); - o.durations.push_back (time_duration (1, 2, 3)); + o.durations.push_back (time_duration (1, 2, 3, 123456)); o.durations.push_back (time_duration (-1, 2, 3)); o.durations.push_back (not_a_date_time); |