User "Hashar" posted a comment on MediaWiki.r89223.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89223#c17365
Commit summary:

NewParserTest.php can now work independently

PHPUnit load class according to their order on the filesystem I guess.
On the cruisecontrol host, it first load NewParserTest.php and run
the test then load MediaWikiParserTest.php which run the tests too!

On my host the order is reversed, and NewParserTest.php is never run
for a reason I have not investigated.

Anyway, deleting the MediaWikiParserTest.php is harmless since it is
redundant with NewParserTest.php

(should fix cruise control)

Comment:

As of build 2011-05-31T19:56:48 :

Before:
 failure        NewParserTest::testParserTest::testParserTest with data set 
#287()
 failure        ParserTests::testParserTest::testParserTest with data set #287()

After:
 failure        NewParserTest::testParserTest::testParserTest with data set 
#287()

So we should save up sometime now!

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

Reply via email to