~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/error_message_test.cc

  • Committer: Mark Atwood
  • Date: 2012-01-04 16:59:32 UTC
  • mfrom: (2478.2.3 real-key-use-catalog)
  • Revision ID: me@mark.atwood.name-20120104165932-cm0xqs4by0u3p4cy
mergeĀ lp:~stewart/drizzle/key-use-catalog

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