~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/temporal_format_test.cc

  • Committer: Brian Aker
  • Date: 2010-12-22 19:43:00 UTC
  • Revision ID: brian@tangent.org-20101222194300-3mdsxe2ejwq1hech
Update for protocol tweak/unittest update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
 
136
136
  EXPECT_EQ(13, known_datetime_formats.size()); 
137
137
  EXPECT_EQ(8, known_date_formats.size());
138
 
  EXPECT_EQ(6, known_time_formats.size());
 
138
  EXPECT_EQ(11, known_time_formats.size());
139
139
  EXPECT_EQ(19, all_temporal_formats.size());
140
140
}
141
141