r102148 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102147‎ | r102148 | r102149 >
Date:04:06, 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.banktransfer.spain.htm (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
@@ -43,6 +43,11 @@
4444 </tr>
4545 <tr>
4646 <td>type</td>
 47+ <td>id=zip</td>
 48+ <td>123</td>
 49+</tr>
 50+<tr>
 51+ <td>type</td>
4752 <td>id=emailAdd</td>
4853 <td>no-reply@wikimedia.org</td>
4954 </tr>
Index: trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.spain.htm
@@ -27,6 +27,11 @@
2828 <td>Testerton</td>
2929 </tr>
3030 <tr>
 31+ <td>type</td>
 32+ <td>id=zip</td>
 33+ <td>123</td>
 34+</tr>
 35+<tr>
3136 <td>select</td>
3237 <td>id=country</td>
3338 <td>label=Netherlands</td>
@@ -37,6 +42,11 @@
3843 <td>123 Happy Street</td>
3944 </tr>
4045 <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