r100932 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100931
|
r100932
|
r100933
>
Date:
01:36, 27 October 2011
Author:
aaron
Status:
resolved (
Comments
)
Tags:
Comment:
Disabled "bad image" tests which made totally broken assumptions about how/when the bad_image_list message is loaded. This caused failures with
r100883
. More direct tests were added in
r100915
.
Modified paths:
/trunk/phase3/tests/parser/parserTests.txt
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/parser/parserTests.txt
—
—
@@ -8522,6 +8522,8 @@
8523
8523
!! end
8524
8524
8525
8525
!! test
8526
+!! options
8527
+disabled
8526
8528
Bad images - basic functionality
8527
8529
!! input
8528
8530
[[File:Bad.jpg]]
—
—
@@ -8529,6 +8531,8 @@
8530
8532
!! end
8531
8533
8532
8534
!! test
8535
+!! options
8536
+disabled
8533
8537
Bad images - bug 16039: text after bad image disappears
8534
8538
!! input
8535
8539
Foo bar
Follow-up revisions
Revision
Commit summary
Author
Date
r104547
restore parser tests names...
hashar
10:22, 29 November 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r100883
Fixed process cache for bad images when the list is empty
aaron
21:48, 26 October 2011
r100915
* Allow passing in a blacklist into wfIsBadImage()...
aaron
00:23, 27 October 2011
Comments
#
Comment by
Nikerabbit
(
talk
|
contribs
)
07:00, 27 October 2011
So what is the plan? Just to leave these disabled forever?
Status & tagging log
10:22, 29 November 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r100932
[
removed:
new
added:
resolved]