~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/error_message_test.cc

  • Committer: Brian Aker
  • Date: 2011-12-27 20:30:10 UTC
  • mfrom: (2472.1.9 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2482.
  • Revision ID: brian@tangent.org-20111227203010-1ymj1ekc2k37bu8s
Merge yacc tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/plugin/error_message.h>
24
24
#include <gtest/gtest.h>
25
25
 
26
 
#include "plugin_stubs.h"
 
26
#include "unittests/plugin/plugin_stubs.h"
27
27
 
28
28
using namespace drizzled;
29
29