Requires extra arguments to Asset constructor; list them in the package so Test::Asset can query and use them.

This commit is contained in:
Scott Walters 2010-08-11 14:15:07 -04:00
parent 7b11f97aec
commit 48f239a178

View file

@ -16,6 +16,9 @@ use Test::More;
use Test::Deep;
use Test::Exception;
sub constructorExtras {
return shortcutToAssetId => 'PBasset000000000000001';
}
sub list_of_tables {
return [qw/assetData Shortcut/];