~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/date_time_test.cc

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
  BOOST_REQUIRE_EQUAL(45, filled.tm_min);
294
294
  BOOST_REQUIRE_EQUAL(13, filled.tm_sec);
295
295
 
296
 
  /* TODO:these fail, shouldn't they also be set properly? */
297
 
  BOOST_WARN_EQUAL(228, filled.tm_yday);
298
 
  BOOST_WARN_EQUAL(6, filled.tm_wday);
299
 
  BOOST_WARN_EQUAL(-1, filled.tm_isdst);
300
296
}
301
297
 
302
298
BOOST_AUTO_TEST_CASE(to_decimal)