Move Test::Asset* to Test::WebGUI::Asset*
This commit is contained in:
parent
2997471b5f
commit
85121c586c
49 changed files with 226 additions and 226 deletions
29
t/tests/Test/WebGUI/Asset/File.pm
Normal file
29
t/tests/Test/WebGUI/Asset/File.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::File;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::File/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData FileAsset/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/File/GalleryFile.pm
Normal file
29
t/tests/Test/WebGUI/Asset/File/GalleryFile.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::File::GalleryFile;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::File::GalleryFile/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData FileAsset GalleryFile/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/File/Image.pm
Normal file
29
t/tests/Test/WebGUI/Asset/File/Image.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::File::Image;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::File::Image/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData FileAsset ImageAsset/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/File/ZipArchive.pm
Normal file
29
t/tests/Test/WebGUI/Asset/File/ZipArchive.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::File::ZipArchive;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::File::ZipArchive/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData FileAsset ZipArchiveAsset/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Redirect.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Redirect.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Redirect;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Redirect/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 9;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData redirect/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/RichEdit.pm
Normal file
33
t/tests/Test/WebGUI/Asset/RichEdit.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::RichEdit;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::RichEdit/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData RichEdit/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Shortcut.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Shortcut.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Shortcut;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Shortcut/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData Shortcut/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Sku.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Sku.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Sku;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Sku/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData sku/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Snippet.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Snippet.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Snippet;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Snippet/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData snippet/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Template.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Template.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Template;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Template/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData template/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Article.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Article.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Article;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Article/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Article/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Calendar.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Calendar.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Calendar;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Calendar/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Calendar/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Carousel.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Carousel.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Carousel;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Carousel/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Carousel/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/Collaboration
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/Collaboration
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::Asset::Wobject::HttpProxy;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::HttpProxy/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject HttpProxy/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Collaboration.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Collaboration.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Collaboration;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Collaboration/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Collaboration assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/Dashboard.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/Dashboard.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Wobject::HttpProxy;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::HttpProxy/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject HttpProxy/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/DataForm.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/DataForm.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Wobject::DataForm;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::DataForm/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject DataForm/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/DataTable.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/DataTable.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::DataTable;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::DataTable/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject DataTable/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/EventManagementSystem.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/EventManagementSystem.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::EventManagementSystem;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::EventManagementSystem/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject EventManagementSystem/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/Folder.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/Folder.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Wobject::Folder;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Folder/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Folder/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Gallery.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Gallery.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Gallery;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Gallery/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Gallery assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/GalleryAlbum.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/GalleryAlbum.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::GalleryAlbum;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::GalleryAlbum/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject GalleryAlbum assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/HttpProxy
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/HttpProxy
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::Asset::Wobject::HttpProxy;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::HttpProxy/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject HttpProxy/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/HttpProxy.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/HttpProxy.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Wobject::HttpProxy;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::HttpProxy/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject HttpProxy/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/InOutBoard.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/InOutBoard.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::InOutBoard/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject InOutBoard/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Layout.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Layout.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Layout/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Layout/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Map.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Map.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Map/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Map/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Matrix.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Matrix.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Matrix/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Matrix/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/MessageBoard.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/MessageBoard.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::MessageBoard/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject MessageBoard/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/MultiSearch.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/MultiSearch.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::MultiSearch/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject MultiSearch/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Navigation.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Navigation.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Navigation;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Navigation/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Navigation/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Poll.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Poll.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Poll;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Poll/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Poll/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/ProjectManager.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/ProjectManager.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::ProjectManager;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::ProjectManager/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject PM_wobject/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/SQLReport.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/SQLReport.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Wobject::SQLReport;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::SQLReport/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject SQLReport/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Search.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Search.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Search;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Search/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject search/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Shelf.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Shelf.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Shelf;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Shelf/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Shelf/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/StockData.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/StockData.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::StockData;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::StockData/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject StockData/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/StoryArchive.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/StoryArchive.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::StoryArchive;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::StoryArchive/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject StoryArchive assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/StoryTopic.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/StoryTopic.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::StoryTopic;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::StoryTopic/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject StoryTopic assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/Survey
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/Survey
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::Asset::Wobject::HttpProxy;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::HttpProxy/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject HttpProxy/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Survey.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Survey.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Survey;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Survey/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Survey/];
|
||||
}
|
||||
|
||||
1;
|
||||
33
t/tests/Test/WebGUI/Asset/Wobject/SyndicatedContent.pm
Normal file
33
t/tests/Test/WebGUI/Asset/Wobject/SyndicatedContent.pm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
package Test::WebGUI::Asset::Wobject::SyndicatedContent;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::SyndicatedContent/;
|
||||
}
|
||||
|
||||
sub assetUiLevel {
|
||||
return 6;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject SyndicatedContent assetAspectRssFeed/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/Thingy.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/Thingy.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::Thingy;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::Thingy/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject Thingy/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/TimeTracking.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/TimeTracking.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::TimeTracking;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::TimeTracking/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject TT_wobject/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/UserList.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/UserList.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::UserList;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::UserList/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject UserList/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/WeatherData.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/WeatherData.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::WeatherData;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::WeatherData/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject WeatherData/];
|
||||
}
|
||||
|
||||
1;
|
||||
29
t/tests/Test/WebGUI/Asset/Wobject/WikiMaster.pm
Normal file
29
t/tests/Test/WebGUI/Asset/Wobject/WikiMaster.pm
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
package Test::WebGUI::Asset::Wobject::WikiMaster;
|
||||
#-------------------------------------------------------------------
|
||||
# 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::WebGUI::AssetBase/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::WikiMaster/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject WikiMaster assetAspectRssFeed assetAspectComments assetAspect_Subscribable/];
|
||||
}
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue