[BACK]Return to 00.load.t CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo-REST-API / t

File: [local] / todotxt / Text-Todo-REST-API / t / 00.load.t (download)

Revision 1.3, Tue Jan 19 03:18:34 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.2: +2 -1 lines

make Representations not a subclass of the main class
use them as a plugin, with a lookup of a handler for what we need to do.
When I get the skeleton down it should be simple to add more features

use Test::More tests => 4;

BEGIN {
use_ok( 'Text::Todo::REST::API' );
use_ok( 'Text::Todo::REST::API::Representations' );
use_ok( 'Text::Todo::REST::API::Representations::md5' );
use_ok( 'Text::Todo::REST::API::Representations::text' );
}

diag( "Testing Text::Todo::REST::API $Text::Todo::REST::API::VERSION" );