checkin test cleanup and comments
This commit is contained in:
parent
b8711513a6
commit
cc6537b99b
1 changed files with 13 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ use lib "$FindBin::Bin/../lib";
|
|||
use Test::More;
|
||||
use Test::Deep;
|
||||
use Data::Dumper;
|
||||
use URI;
|
||||
use WebGUI::Test; # Must use this before any other WebGUI modules
|
||||
use WebGUI::Session;
|
||||
|
||||
|
|
@ -216,6 +217,18 @@ cmp_deeply(
|
|||
);
|
||||
cmp_ok($bundle->get('lastModified'), '>=', $startTime, '... updates lastModified');
|
||||
|
||||
###################################################################
|
||||
#
|
||||
# fetchAsset
|
||||
#
|
||||
###################################################################
|
||||
|
||||
###################################################################
|
||||
#
|
||||
# delete
|
||||
#
|
||||
###################################################################
|
||||
|
||||
$bundle->delete;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue