checkin test cleanup and comments

This commit is contained in:
Colin Kuskie 2009-05-13 10:02:19 -07:00
parent b8711513a6
commit cc6537b99b

View file

@ -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;
}