r101954 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101953‎ | r101954 | r101955 >
Date:05:12, 4 November 2011
Author:jpostlethwaite
Status:deferred
Tags:fundraising 
Comment:
Updating unit tests.
Modified paths:
  • /trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm (modified) (history)
  • /trunk/extensions/DonationInterface/tests/macros/form.twostepamount.directdebit.netherlands.fail.invalid.accountnumber.length.htm (modified) (history)
  • /trunk/extensions/DonationInterface/tests/macros/form.twostepamount.realtimebanktransfer.eps.824.htm (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.realtimebanktransfer.eps.824.htm
@@ -49,7 +49,7 @@
5050 <tr>
5151 <td>select</td>
5252 <td>id=input_currency_code</td>
53 - <td>label=EUR: Euro</td>
 53+ <td>label=Euro</td>
5454 </tr>
5555 <tr>
5656 <td>click</td>
Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.directdebit.netherlands.fail.invalid.accountnumber.length.htm
@@ -54,7 +54,7 @@
5555 <tr>
5656 <td>select</td>
5757 <td>id=input_currency_code</td>
58 - <td>label=EUR: Euro</td>
 58+ <td>label=Euro</td>
5959 </tr>
6060 <tr>
6161 <td>type</td>
@@ -64,7 +64,7 @@
6565 <tr>
6666 <td>type</td>
6767 <td>id=account_number</td>
68 - <td>12345678</td>
 68+ <td>123456789</td>
6969 </tr>
7070 <tr>
7171 <td>type</td>
@@ -92,10 +92,15 @@
9393 <td></td>
9494 </tr>
9595 <tr>
96 - <td>verifyText</td>
97 - <td>css=p.payment_error_message.payment_error_message_general</td>
98 - <td>There was an error processing your transaction. Please try again later.</td>
 96+ <td>assertTitle</td>
 97+ <td>Thank You/en - Wikimedia Foundation</td>
 98+ <td></td>
9999 </tr>
 100+<tr>
 101+ <td>verifyTextPresent</td>
 102+ <td>Thank you for your support.</td>
 103+ <td></td>
 104+</tr>
100105 </tbody></table>
101106 </body>
102107 </html>
Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
@@ -59,7 +59,7 @@
6060 <tr>
6161 <td>select</td>
6262 <td>id=input_currency_code</td>
63 - <td>label=EUR: Euro</td>
 63+ <td>label=Euro</td>
6464 </tr>
6565 <tr>
6666 <td>clickAndWait</td>

Status & tagging log