From cc6537b99b3631dcbffb212a6a11c6f7651bccef Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 13 May 2009 10:02:19 -0700 Subject: [PATCH] checkin test cleanup and comments --- t/FilePump/Bundle.t | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/t/FilePump/Bundle.t b/t/FilePump/Bundle.t index ac8f45a38..953bf0d4c 100644 --- a/t/FilePump/Bundle.t +++ b/t/FilePump/Bundle.t @@ -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; }