[FileBackend] Fixed "ignoreMissingSource" bug in multiwrite backend.
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 12 Mar 2013 20:39:40 +0000 (13:39 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 12 Mar 2013 20:39:40 +0000 (13:39 -0700)
commit1045622590d9702dd2f0c0e97c38220a392d20c1
tree8066e5379fceb28734516580e0731226e696b759
parentacddbd228801135cba1a799b1c7a34ff60a3b5c5
[FileBackend] Fixed "ignoreMissingSource" bug in multiwrite backend.

* Beefed up unit tests for this case and other "ignoreMissingSource" cases
  such as when the source container or parent directory do not exist.

Change-Id: Iea6dae2424edfd0c4367e5cff606c09a4e8a865b
includes/filebackend/FileBackendMultiWrite.php
tests/phpunit/includes/filebackend/FileBackendTest.php