[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.
Loading...