r94406 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r94405
|
r94406
|
r94407
>
Date:
13:58, 13 August 2011
Author:
demon
Status:
reverted
Tags:
Comment:
Purposefully break two tests so I can see how Jenkins reacts to it. Will rv immediately
Modified paths:
/trunk/phase3/tests/parser/parserTests.txt
(modified) (
history
)
/trunk/phase3/tests/phpunit/includes/api/ApiTestCase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/api/ApiTestCase.php
—
—
@@ -49,7 +49,7 @@
50
50
if( $appendModule ) {
51
51
$results[] = $module;
52
52
}
53
-
53
+ return array();
54
54
return $results;
55
55
}
56
56
Index: trunk/phase3/tests/parser/parserTests.txt
—
—
@@ -452,7 +452,7 @@
453
453
<nowiki> and <pre> preference (first one wins)
454
454
!! input
455
455
<pre>
456
-<nowiki>
456
+<nowiki>Foobar
457
457
</pre>
458
458
</nowiki>
459
459
</pre>
Follow-up revisions
Revision
Commit summary
Author
Date
r94407
rvv (
r94406
)
demon
14:00, 13 August 2011
Status & tagging log
14:22, 13 August 2011
MaxSem
(
talk
|
contribs
)
changed the
status
of r94406
[
removed:
new
added:
reverted]