Make Ogone.t test for its own name.

This commit is contained in:
Colin Kuskie 2009-08-31 21:30:54 +00:00
parent 22ea557532
commit 6d393fe269

View file

@ -326,7 +326,7 @@ cmp_deeply (
'getName requires a session object passed to it',
);
is (WebGUI::Shop::PayDriver->getName($session), 'Payment Driver', 'getName returns the human readable name of this driver');
is (WebGUI::Shop::PayDriver::Ogone->getName($session), 'Ogone', 'getName returns the human readable name of this driver');
#######################################################################
#