From 506edcf7bb2a9c099f9aebc84a0a0d18c8dd45d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Jan 2012 12:04:10 +0200 Subject: Cosmetic changes --- boost/oracle/date-time/driver.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'boost') diff --git a/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx index 4bb3058..f74f3cd 100644 --- a/boost/oracle/date-time/driver.cxx +++ b/boost/oracle/date-time/driver.cxx @@ -72,9 +72,9 @@ main (int argc, char* argv[]) assert (*ol == o); } + // Test invalid date mappings. + // { - // Test invalid date mappings. - // object sv1, sv2; sv1.dates.push_back (date (neg_infin)); sv2.dates.push_back (date (pos_infin)); @@ -85,9 +85,9 @@ main (int argc, char* argv[]) t.commit (); } + // Test invalid ptime mappings. + // { - // Test invalid ptime mappings. - // object sv1, sv2; sv1.times.push_back (neg_infin); sv2.times.push_back (pos_infin); @@ -98,9 +98,9 @@ main (int argc, char* argv[]) t.commit (); } + // Test invalid time_duration mappings. + // { - // Test invalid time_duration mappings. - // object sv1, sv2; sv1.durations.push_back (pos_infin); sv2.durations.push_back (neg_infin); -- cgit v1.1