Add tests for most other wobjects. Block broken code in Role/Asset/Comments. Refactor run_asset.t

This commit is contained in:
Colin Kuskie 2010-03-12 08:41:04 -08:00
parent e0e71a5925
commit 8209de7978
23 changed files with 648 additions and 78 deletions

View file

@ -8,39 +8,5 @@
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------
use lib 'tests';
use Test::AssetBase;
use Test::Asset::File;
use Test::Asset::File::Image;
use Test::Asset::File::ZipArchive;
use Test::Asset::File::GalleryFile;
use Test::Asset::Redirect;
use Test::Asset::RichEdit;
use Test::Asset::Shortcut;
use Test::Asset::Sku;
use Test::Asset::Snippet;
use Test::Asset::Template;
use Test::Asset::Wobject;
use Test::Asset::Wobject::Article;
use Test::Asset::Wobject::Calendar;
use Test::Asset::Wobject::Carousel;
use Test::Asset::Wobject::Collaboration;
use Test::Asset::Wobject::DataForm;
use Test::Asset::Wobject::DataTable;
use Test::Asset::Wobject::EventManagementSystem;
use Test::Asset::Wobject::Folder;
use Test::Asset::Wobject::Gallery;
use Test::Asset::Wobject::GalleryAlbum;
use Test::Asset::Wobject::HttpProxy;
use Test::Asset::Wobject::InOutBoard;
use Test::Asset::Wobject::Layout;
use Test::Asset::Wobject::Map;
use Test::Asset::Wobject::Matrix;
use Test::Asset::Wobject::MessageBoard;
use Test::Asset::Wobject::MultiSearch;
use Test::Asset::Wobject::Navigation;
use Test::Asset::Wobject::Poll;
use Test::Asset::Wobject::ProjectManager;
use Test::Class::Load qw/tests/;
Test::Class->runtests;