~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/nano_timestamp_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:
23
23
#include <gtest/gtest.h>
24
24
#include <drizzled/temporal.h>
25
25
 
26
 
#include "generator.h"
 
26
#include "temporal_generator.h"
27
27
 
28
28
using namespace drizzled;
29
29