mytardis / mytardis-app-atom

MyTardis app for Atom consumption.
4 stars 10 forks source link

Small fixes for a unit test #9

Open crawley opened 11 years ago

crawley commented 11 years ago

The unit test that checked if data files were being written by the persister broke for me. It turns out that it was checking for the file to be written in the wrong place (MEDIA_ROOT not FILE_STORE_PATH) and also that it wasn't checking that the file had actually been touched.