~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/authentication_test.cc

  • Committer: Brian Aker
  • Date: 2011-12-21 16:48:51 UTC
  • mto: (2478.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2482.
  • Revision ID: brian@tangent.org-20111221164851-5k2lw66njqy90p14
Break up unit tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <gtest/gtest.h>
27
27
#include <string>
28
28
 
29
 
#include "plugin_stubs.h"
 
29
#include "unittests/plugin/plugin_stubs.h"
30
30
 
31
31
using namespace drizzled;
32
32