~patrick-crews/drizzle/dbqp_server_setup

« back to all changes in this revision

Viewing changes to unittests/calendar_test.cc

  • Committer: Andrew Hutchings
  • Date: 2011-01-23 21:32:31 UTC
  • mto: (2108.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2109.
  • Revision ID: andrew@linuxjedi.co.uk-20110123213231-dp2r4enepa9k4g36
Convert all unit tests to boost::test
Add pandora support for boost::test
Remove pandora support for gtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "config.h"
22
 
 
23
 
#include <boost/test/included/unit_test.hpp>
 
22
#define BOOST_TEST_DYN_LINK
 
23
#include <boost/test/unit_test.hpp>
24
24
 
25
25
#include <drizzled/calendar.h>
26
26