Fix POD, condense Asset attributes. A test for tableName in the constructor.
This commit is contained in:
parent
e1be2f9319
commit
456eb6f39a
3 changed files with 8 additions and 14 deletions
|
|
@ -149,6 +149,8 @@ my $called_getProperties;
|
|||
'get_tables returns a list of all tables used by this class'
|
||||
);
|
||||
|
||||
my $object2 = __PACKAGE__->new(tableName => 'notAsset');
|
||||
::is $object2->tableName, 'asset', 'tableName ignored in constructor';
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue