remove dependency on Macro_Config from last tests, and reindent some lines in RootTitle

This commit is contained in:
Colin Kuskie 2006-07-27 16:00:46 +00:00
parent aa15635fde
commit e3ae42aa1a
3 changed files with 5 additions and 7 deletions

View file

@ -15,7 +15,6 @@ use lib "$FindBin::Bin/../lib";
use WebGUI::Test;
use WebGUI::Macro::AdminToggle;
use WebGUI::Session;
use WebGUI::Macro_Config;
use HTML::TokeParser;
use Data::Dumper;

View file

@ -15,7 +15,6 @@ use lib "$FindBin::Bin/../lib";
use WebGUI::Test;
use WebGUI::Macro::Extras;
use WebGUI::Session;
use WebGUI::Macro_Config;
use Test::More; # increment this value for each test you create

View file

@ -43,7 +43,7 @@ my %properties_A = (
groupIdView => 7,
groupIdEdit => 3,
id => 'RootA-----------------',
# '1234567890123456789012'
# '1234567890123456789012'
);
my $assetA = $root->addChild(\%properties_A, $properties_A{id});
@ -56,7 +56,7 @@ my %properties_B = (
ownerUserId => 3,
groupIdView => 7,
groupIdEdit => 3,
# '1234567890123456789012'
# '1234567890123456789012'
id => 'RootA-AssetB----------',
);
@ -70,7 +70,7 @@ my %properties_Z = (
ownerUserId => 3,
groupIdView => 7,
groupIdEdit => 3,
# '1234567890123456789012'
# '1234567890123456789012'
id => 'RootZ-----------------',
);
my $assetZ = $root->addChild(\%properties_Z, $properties_Z{id});
@ -83,7 +83,7 @@ my %properties_Y = (
ownerUserId => 3,
groupIdView => 7,
groupIdEdit => 3,
# '1234567890123456789012'
# '1234567890123456789012'
id => 'RootZ-AssetY----------',
);
my $assetY = $assetZ->addChild(\%properties_Y, $properties_Y{id});
@ -96,7 +96,7 @@ my %properties_X = (
ownerUserId => 3,
groupIdView => 7,
groupIdEdit => 3,
# '1234567890123456789012'
# '1234567890123456789012'
id => 'RootZ-AssetX----------',
);
my $assetX = $assetZ->addChild(\%properties_X, $properties_X{id});