~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/date_time_test.cc

  • Committer: Brian Aker
  • Date: 2010-12-25 21:10:07 UTC
  • mfrom: (2030.1.5 clean)
  • Revision ID: brian@tangent.org-20101225211007-78qgasqv4rvduowe
Merge in modification for naming around types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
 
299
299
TEST_F(DateTimeTest, to_decimal)
300
300
{
301
 
  drizzled::my_decimal to;
 
301
  drizzled::type::Decimal to;
302
302
  TemporalGenerator::DateTimeGen::make_datetime(&datetime, 1987, 6, 13, 5, 10, 13, 456);
303
303
 
304
304
  datetime.to_decimal(&to);