From e0849593316ba0f3e45545dad98ee9218d017184 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Jan 2012 12:12:16 +0200 Subject: Test fractional seconds --- boost/oracle/date-time/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boost') 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); -- cgit v1.1