~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/date_time_test.cc

  • Committer: Brian Aker
  • Date: 2011-01-25 07:22:15 UTC
  • mfrom: (2109.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110125072215-567z6uzy5vdvn4va
Merge in build/timestamp patches/fixes.

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);
296
300
}
297
301
 
298
302
BOOST_AUTO_TEST_CASE(to_decimal)