More test cleanups.

This commit is contained in:
Colin Kuskie 2009-09-25 19:35:23 -07:00
parent f53af08e27
commit 5144dfa04f
2 changed files with 3 additions and 3 deletions

View file

@ -132,6 +132,7 @@ is($session->db->quickScalar("select count(*) from cartItem where cartId=?",[ $c
my $session2 = WebGUI::Session->open(WebGUI::Test->root, WebGUI::Test->file);
WebGUI::Test->sessionsToDelete($session2);
$session2->user({userId => 3});
my $cart2 = WebGUI::Shop::Cart->newBySession($session2);
isnt(
@ -161,5 +162,4 @@ END {
if ($shipper) {
$shipper->delete;
}
$session2->close;
}