~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/date_test.cc

  • Committer: Brian Aker
  • Date: 2010-12-22 16:10:11 UTC
  • mfrom: (2017.1.2 clean)
  • Revision ID: brian@tangent.org-20101222161011-dwdhckv8ptmo471c
Rollup of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
  time_t time;
440
440
  TemporalGenerator::DateGen::make_date(&date, 1990, 9, 9);
441
441
  
442
 
  date.to_time_t(&time);
 
442
  date.to_time_t(time);
443
443
  
444
444
  ASSERT_EQ(652838400, time);
445
445
}
519
519
                                          "2010-6-7"/* YYYY[-/.][M]M[-/.][D]D */));
520
520
                                          
521
521
 
522
 
                                          
 
 
b'\\ No newline at end of file'
 
522