r72578 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r72577
|
r72578
|
r72579
>
Date:
11:25, 8 September 2010
Author:
btongminh
Status:
ok
Tags:
Comment:
Followup
r72475
: assert that a job has been popped to avoid fatals
Modified paths:
/trunk/phase3/maintenance/tests/phpunit/includes/UploadFromUrlTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tests/phpunit/includes/UploadFromUrlTest.php
—
—
@@ -244,6 +244,7 @@
245
245
) );
246
246
247
247
$job = Job::pop();
248
+ $this->assertEquals( 'UploadFromUrlJob', get_class( $job ) );
248
249
$job->run();
249
250
250
251
$this->assertTrue( wfLocalFile( 'UploadFromUrlTest.png' )->exists() );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r72475
Follow-up
r70137
: Made asynchronous upload working a bit more. It now fully w...
btongminh
10:18, 6 September 2010
Status & tagging log
11:29, 10 September 2010
😂
(
talk
|
contribs
)
changed the
status
of r72578
[
removed:
new
added:
ok]