Cleanup tests that were leaking carts.

This commit is contained in:
Colin Kuskie 2010-05-01 23:54:34 -07:00
parent 884e61aaf6
commit 02c4c5cf47
2 changed files with 4 additions and 17 deletions

View file

@ -22,6 +22,7 @@ use Test::More; # increment this value for each test you create
use Test::Deep;
my $session = WebGUI::Test->session;
$session->user({userId => 3});
plan tests => 4;