http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96067

Revision: 96067
Author:   inez
Date:     2011-09-01 23:37:27 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
Minor comment fix

Modified Paths:
--------------
    trunk/parsers/wikidom/tests/synth/test.js

Modified: trunk/parsers/wikidom/tests/synth/test.js
===================================================================
--- trunk/parsers/wikidom/tests/synth/test.js   2011-09-01 23:36:52 UTC (rev 
96066)
+++ trunk/parsers/wikidom/tests/synth/test.js   2011-09-01 23:37:27 UTC (rev 
96067)
@@ -192,7 +192,7 @@
                strictEqual(
                        ( new es.ContentSeries( lengthOfItemsTests[i].input ) 
).getLengthOfItems(),
                        lengthOfItemsTests[i].output,
-                       'es.ContentSeries.lookup finds the right item or 
returns null when out of range'
+                       'es.ContentSeries.getLengthOfItems returns correct 
value'
                );
        }
 


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

Reply via email to