From 0b74f25dd1405931415d22fb9028d8ca61e9627d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 27 Jul 2011 22:40:25 -0700 Subject: [PATCH] Update test for changes to the underlying form code, submit => send --- t/Shop/PayDriver.t | 2 +- t/Shop/PayDriver/Ogone.t | 2 +- t/Shop/ShipDriver.t | 2 +- t/Shop/ShipDriver/FlatRate.t | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/Shop/PayDriver.t b/t/Shop/PayDriver.t index 476f64e24..2cb47422d 100644 --- a/t/Shop/PayDriver.t +++ b/t/Shop/PayDriver.t @@ -217,7 +217,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => 'submit', + name => 'send', type => 'submit', }, { diff --git a/t/Shop/PayDriver/Ogone.t b/t/Shop/PayDriver/Ogone.t index 6623a03b1..1f718f387 100644 --- a/t/Shop/PayDriver/Ogone.t +++ b/t/Shop/PayDriver/Ogone.t @@ -146,7 +146,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => 'submit', + name => 'send', type => 'submit', }, { diff --git a/t/Shop/ShipDriver.t b/t/Shop/ShipDriver.t index cd07887af..a15d63db8 100644 --- a/t/Shop/ShipDriver.t +++ b/t/Shop/ShipDriver.t @@ -150,7 +150,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => 'submit', + name => 'send', type => 'submit', }, { diff --git a/t/Shop/ShipDriver/FlatRate.t b/t/Shop/ShipDriver/FlatRate.t index 814e0745b..cdd4f0566 100644 --- a/t/Shop/ShipDriver/FlatRate.t +++ b/t/Shop/ShipDriver/FlatRate.t @@ -97,7 +97,7 @@ cmp_deeply( \@interestingFeatures, [ { - name => "submit", + name => "send", type => 'submit', }, {