/* Copyright 2010-2011, Felspar Co Ltd. http://support.felspar.com/ Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt */ #include #include FSL_TEST_SUITE( period ); FSL_TEST_FUNCTION( constructors ) { fostlib::test::default_copy_constructable< fostlib::period< void > >(); fostlib::test::default_copy_constructable< fostlib::period< int > >(); fostlib::test::default_copy_constructable< fostlib::period< fostlib::string > >(); fostlib::period< void > p1( fostlib::timestamp(2010, 1, 1), fostlib::timestamp::now()); } // FSL_TEST_FUNCTION( basic ) { // } // FSL_TEST_FUNCTION( json ) { // }