increment number of tests in Shop/Cart.t to match actual number of tests

This commit is contained in:
Colin Kuskie 2008-08-20 16:04:10 +00:00
parent 09faebb84a
commit 268a3ef3f0

View file

@ -32,7 +32,7 @@ my $i18n = WebGUI::International->new($session, "Shop");
#----------------------------------------------------------------------------
# Tests
plan tests => 20; # Increment this number for each test you create
plan tests => 21; # Increment this number for each test you create
#----------------------------------------------------------------------------
# put your tests here