From 29d0d729990cd0c5eea9185a42a002348db2341d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 2 May 2010 00:50:35 -0700 Subject: [PATCH] Fix a syntax error I introduced into the Ogone test. --- t/Shop/PayDriver/Ogone.t | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/t/Shop/PayDriver/Ogone.t b/t/Shop/PayDriver/Ogone.t index c2ed1ee78..205f01cc0 100644 --- a/t/Shop/PayDriver/Ogone.t +++ b/t/Shop/PayDriver/Ogone.t @@ -22,6 +22,7 @@ use WebGUI::Test; # Must use this before any other WebGUI modules use WebGUI::Session; use JSON; use HTML::Form; +use WebGUI::Shop::PayDriver::Ogone; #---------------------------------------------------------------------------- # Init @@ -31,21 +32,13 @@ my $session = WebGUI::Test->session; #---------------------------------------------------------------------------- # Tests -my $tests = 45; -plan tests => 1 + $tests; +plan tests => 45; #---------------------------------------------------------------------------- # figure out if the test can actually run my $e; -note('Testing existence'); -my $loaded = use_ok('WebGUI::Shop::PayDriver::Ogone'); - -SKIP: { - -skip 'Unable to load module WebGUI::Shop::PayDriver::Ogone', $tests unless $loaded; - ####################################################################### # # definition