[Gravity] [Tests] Fixed test "testPutFileContentWithNonExistantFile"

Review Request #193 — Created Oct. 23, 2013 and submitted — Latest diff uploaded

andrea
Lunr
master
lunr
This test was failing consistently after the first time if ran on the same machine. This is due to the fact that a file is being created in the test, but never deleted, leading to permission error when trying to override.
Unit tests.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
src/Lunr/Gravity/Filesystem/Tests/PhysicalFilesystemAccessObjectFileTest.php
Loading...