~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/time_test.cc

  • Committer: Paweł Blokus
  • Date: 2010-06-09 17:12:48 UTC
  • mfrom: (1377.9.1 unittests)
  • mto: This revision was merged to the branch mainline in revision 1620.
  • Revision ID: pawel@pawel-desktop-20100609171248-qk2232ihfwl0ejco
merger  with unittests

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/temporal.h>
26
26
#include <drizzled/temporal_format.h>
27
27
 
28
 
#include "generator.h"
 
28
#include "temporal_generator.h"
29
29
 
30
30
using namespace drizzled;
31
31