r102150 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102149‎ | r102150 | r102151 >
Date:04:11, 6 November 2011
Author:jpostlethwaite
Status:deferred
Tags:fundraising 
Comment:
Updated unit tests to include zip code.
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)

Diff [purge]

Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.directdebit.netherlands.fail.invalid.accountnumber.length.htm
@@ -42,7 +42,17 @@
4343 <td>Middenweg 200</td>
4444 </tr>
4545 <tr>
 46+ <td>select</td>
 47+ <td>id=state</td>
 48+ <td>label=Outside the U.S.</td>
 49+</tr>
 50+<tr>
4651 <td>type</td>
 52+ <td>id=zip</td>
 53+ <td>123</td>
 54+</tr>
 55+<tr>
 56+ <td>type</td>
4757 <td>id=city</td>
4858 <td>Amsterdam</td>
4959 </tr>
@@ -64,7 +74,7 @@
6575 <tr>
6676 <td>type</td>
6777 <td>id=account_number</td>
68 - <td>12345678</td>
 78+ <td>123456789</td>
6979 </tr>
7080 <tr>
7181 <td>type</td>
@@ -92,10 +102,15 @@
93103 <td></td>
94104 </tr>
95105 <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>
 106+ <td>verifyTextPresent</td>
 107+ <td>Thank you for your support.</td>
 108+ <td></td>
99109 </tr>
 110+<tr>
 111+ <td>assertTitle</td>
 112+ <td>Thank You/en - Wikimedia Foundation</td>
 113+ <td></td>
 114+</tr>
100115 </tbody></table>
101116 </body>
102117 </html>
Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
@@ -37,6 +37,16 @@
3838 <td>123 Happy Street</td>
3939 </tr>
4040 <tr>
 41+ <td>selectWindow</td>
 42+ <td>null</td>
 43+ <td></td>
 44+</tr>
 45+<tr>
 46+ <td>select</td>
 47+ <td>id=state</td>
 48+ <td>label=Outside the U.S.</td>
 49+</tr>
 50+<tr>
4151 <td>type</td>
4252 <td>id=city</td>
4353 <td>Madrid</td>

Status & tagging log