diff --git a/t/run_asset.t b/t/run_asset.t index de2c796f8..9605d524d 100644 --- a/t/run_asset.t +++ b/t/run_asset.t @@ -33,5 +33,11 @@ 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; Test::Class->runtests; diff --git a/t/tests/Test/Asset/Wobject/InOutBoard.pm b/t/tests/Test/Asset/Wobject/InOutBoard.pm new file mode 100644 index 000000000..7a1c12218 --- /dev/null +++ b/t/tests/Test/Asset/Wobject/InOutBoard.pm @@ -0,0 +1,29 @@ +package Test::Asset::Wobject::InOutBoard; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use FindBin; +use lib "$FindBin::Bin/lib"; + +use base qw/Test::AssetBase/; + +use Test::More; +use Test::Deep; +use Test::Exception; + +sub class { + return qw/WebGUI::Asset::Wobject::InOutBoard/; +} + +sub list_of_tables { + return [qw/assetData wobject InOutBoard/]; +} + +1; diff --git a/t/tests/Test/Asset/Wobject/Layout.pm b/t/tests/Test/Asset/Wobject/Layout.pm new file mode 100644 index 000000000..474375b03 --- /dev/null +++ b/t/tests/Test/Asset/Wobject/Layout.pm @@ -0,0 +1,29 @@ +package Test::Asset::Wobject::Layout; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use FindBin; +use lib "$FindBin::Bin/lib"; + +use base qw/Test::AssetBase/; + +use Test::More; +use Test::Deep; +use Test::Exception; + +sub class { + return qw/WebGUI::Asset::Wobject::Layout/; +} + +sub list_of_tables { + return [qw/assetData wobject Layout/]; +} + +1; diff --git a/t/tests/Test/Asset/Wobject/Map.pm b/t/tests/Test/Asset/Wobject/Map.pm new file mode 100644 index 000000000..0e675eb96 --- /dev/null +++ b/t/tests/Test/Asset/Wobject/Map.pm @@ -0,0 +1,29 @@ +package Test::Asset::Wobject::Map; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use FindBin; +use lib "$FindBin::Bin/lib"; + +use base qw/Test::AssetBase/; + +use Test::More; +use Test::Deep; +use Test::Exception; + +sub class { + return qw/WebGUI::Asset::Wobject::Map/; +} + +sub list_of_tables { + return [qw/assetData wobject Map/]; +} + +1; diff --git a/t/tests/Test/Asset/Wobject/Matrix.pm b/t/tests/Test/Asset/Wobject/Matrix.pm new file mode 100644 index 000000000..329023ed1 --- /dev/null +++ b/t/tests/Test/Asset/Wobject/Matrix.pm @@ -0,0 +1,29 @@ +package Test::Asset::Wobject::Matrix; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use FindBin; +use lib "$FindBin::Bin/lib"; + +use base qw/Test::AssetBase/; + +use Test::More; +use Test::Deep; +use Test::Exception; + +sub class { + return qw/WebGUI::Asset::Wobject::Matrix/; +} + +sub list_of_tables { + return [qw/assetData wobject Matrix/]; +} + +1; diff --git a/t/tests/Test/Asset/Wobject/MessageBoard.pm b/t/tests/Test/Asset/Wobject/MessageBoard.pm new file mode 100644 index 000000000..0b8da384d --- /dev/null +++ b/t/tests/Test/Asset/Wobject/MessageBoard.pm @@ -0,0 +1,29 @@ +package Test::Asset::Wobject::MessageBoard; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use FindBin; +use lib "$FindBin::Bin/lib"; + +use base qw/Test::AssetBase/; + +use Test::More; +use Test::Deep; +use Test::Exception; + +sub class { + return qw/WebGUI::Asset::Wobject::MessageBoard/; +} + +sub list_of_tables { + return [qw/assetData wobject MessageBoard/]; +} + +1; diff --git a/t/tests/Test/Asset/Wobject/MultiSearch.pm b/t/tests/Test/Asset/Wobject/MultiSearch.pm new file mode 100644 index 000000000..59eb60a53 --- /dev/null +++ b/t/tests/Test/Asset/Wobject/MultiSearch.pm @@ -0,0 +1,29 @@ +package Test::Asset::Wobject::MultiSearch; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use FindBin; +use lib "$FindBin::Bin/lib"; + +use base qw/Test::AssetBase/; + +use Test::More; +use Test::Deep; +use Test::Exception; + +sub class { + return qw/WebGUI::Asset::Wobject::MultiSearch/; +} + +sub list_of_tables { + return [qw/assetData wobject MultiSearch/]; +} + +1;