From 44162ea11353a377d0cb2f05fc4e4607002bc346 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 27 Dec 2007 20:38:31 +0000 Subject: [PATCH] add some more comments to make sure that nothing bad happens --- t/Asset/Asset.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/Asset/Asset.t b/t/Asset/Asset.t index 5b2587a20..d8ac4f765 100644 --- a/t/Asset/Asset.t +++ b/t/Asset/Asset.t @@ -32,6 +32,9 @@ my @fixTitleTests = getFixTitleTests($session); my $rootAsset = WebGUI::Asset->getRoot($session); +##Test users. +##All users in here will be deleted at the end of the test. DO NOT PUT +##Visitor or Admin in here! my %testUsers = (); ##Just a regular user $testUsers{'regular user'} = WebGUI::User->new($session, 'new'); @@ -46,6 +49,7 @@ $testUsers{'owner'} = WebGUI::User->new($session, 'new'); $testUsers{'owner'}->username('Asset Owner'); ##Test Groups +##All groups in here will be deleted at the end of the test my %testGroups = (); ##A group and user for groupIdEdit $testGroups{'canEdit asset'} = WebGUI::Group->new($session, 'new');