From 7cfc8e6e715535cfd1a3fad03ae301fe4bbf3c02 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 4 Nov 2011 14:14:45 -0700 Subject: [PATCH] Update this test for new testing API. --- t/Group/group_scratch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Group/group_scratch.t b/t/Group/group_scratch.t index 3005b64b9..b7ffac6c3 100644 --- a/t/Group/group_scratch.t +++ b/t/Group/group_scratch.t @@ -21,7 +21,7 @@ use WebGUI::Group; #---------------------------------------------------------------------------- # Init my $session1 = WebGUI::Test->session; -my $session2 = WebGUI::Session->open(WebGUI::Test::root, WebGUI::Test::file); +my $session2 = WebGUI::Test->newSession; #---------------------------------------------------------------------------- # Tests