~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/temporal_interval_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:
30
30
#include <drizzled/temporal_interval.h>
31
31
#include <drizzled/plugin/listen.h>
32
32
 
33
 
#include "generator.h"
 
33
#include "temporal_generator.h"
34
34
 
35
35
using namespace drizzled;
36
36