https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102148

Revision: 102148
Author:   jpostlethwaite
Date:     2011-11-06 04:06:27 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
Updated unit tests to include zip code.

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
    
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.spain.htm

Modified: 
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
===================================================================
--- 
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
     2011-11-06 03:11:43 UTC (rev 102147)
+++ 
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.netherlands.htm
     2011-11-06 04:06:27 UTC (rev 102148)
@@ -43,6 +43,11 @@
 </tr>
 <tr>
        <td>type</td>
+       <td>id=zip</td>
+       <td>123</td>
+</tr>
+<tr>
+       <td>type</td>
        <td>id=emailAdd</td>
        <td>[email protected]</td>
 </tr>

Modified: 
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.spain.htm
===================================================================
--- 
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.spain.htm
   2011-11-06 03:11:43 UTC (rev 102147)
+++ 
trunk/extensions/DonationInterface/tests/macros/form.twostepamount.banktransfer.spain.htm
   2011-11-06 04:06:27 UTC (rev 102148)
@@ -27,6 +27,11 @@
        <td>Testerton</td>
 </tr>
 <tr>
+       <td>type</td>
+       <td>id=zip</td>
+       <td>123</td>
+</tr>
+<tr>
        <td>select</td>
        <td>id=country</td>
        <td>label=Netherlands</td>
@@ -37,6 +42,11 @@
        <td>123 Happy Street</td>
 </tr>
 <tr>
+       <td>select</td>
+       <td>id=state</td>
+       <td>label=Outside the U.S.</td>
+</tr>
+<tr>
        <td>type</td>
        <td>id=city</td>
        <td>Madrid</td>


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to