Skip to content

Commit 7cfc8e6

Browse files
committedNov 4, 2011
Update this test for new testing API.
1 parent a3266de commit 7cfc8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎t/Group/group_scratch.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use WebGUI::Group;
2121
#----------------------------------------------------------------------------
2222
# Init
2323
my $session1 = WebGUI::Test->session;
24-
my $session2 = WebGUI::Session->open(WebGUI::Test::root, WebGUI::Test::file);
24+
my $session2 = WebGUI::Test->newSession;
2525

2626
#----------------------------------------------------------------------------
2727
# Tests

0 commit comments

Comments
 (0)
Please sign in to comment.