From e3ae42aa1a9bc403b185db40f9d284bdfde8b440 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 27 Jul 2006 16:00:46 +0000 Subject: [PATCH] remove dependency on Macro_Config from last tests, and reindent some lines in RootTitle --- t/Macro/AdminToggle.t | 1 - t/Macro/Extras.t | 1 - t/Macro/RootTitle.t | 10 +++++----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/t/Macro/AdminToggle.t b/t/Macro/AdminToggle.t index d43919a0d..2902d34cc 100644 --- a/t/Macro/AdminToggle.t +++ b/t/Macro/AdminToggle.t @@ -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; diff --git a/t/Macro/Extras.t b/t/Macro/Extras.t index c8bbf7fa3..3936757f5 100644 --- a/t/Macro/Extras.t +++ b/t/Macro/Extras.t @@ -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 diff --git a/t/Macro/RootTitle.t b/t/Macro/RootTitle.t index 264fccac7..545dc55c3 100644 --- a/t/Macro/RootTitle.t +++ b/t/Macro/RootTitle.t @@ -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});