From 5f29c5bcdd6418376114b31a6ad59a64a9b97a99 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 Oct 2009 08:36:48 -0700 Subject: [PATCH] Comment cleanup --- t/lib/WebGUI/Test.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/lib/WebGUI/Test.pm b/t/lib/WebGUI/Test.pm index 7d0d3f245..aec8c8097 100644 --- a/t/lib/WebGUI/Test.pm +++ b/t/lib/WebGUI/Test.pm @@ -152,6 +152,8 @@ sub cleanup { } } +#---------------------------------------------------------------------------- + =head2 newSession ( $noCleanup ) Builds a WebGUI session object for testing. @@ -162,8 +164,6 @@ If true, the session won't be registered for automatic deletion. =cut -#---------------------------------------------------------------------------- - sub newSession { my $noCleanup = shift; my $pseudoRequest = WebGUI::PseudoRequest->new; @@ -176,6 +176,8 @@ sub newSession { } +#---------------------------------------------------------------------------- + =head2 mockAssetId ( $assetId, $object ) Causes WebGUI::Asset->new* initializers to return the specified