This partially tests file version creation by replacing the content of an
existing file with a new version. We test only that the contents are updated.
Some additional test setup may be necessary in order to get version creation to
work correctly in the test enviornment. Ideally we could test that versions are
trackable through the UI, and that old versions can be successfully restored.
Coverage remained the same at 98.16% when pulling 208c0eb9802c8221a69b4c356144c058370e6619 on update-file into ab46254a70fa868525b39fffa18430a68df29e39 on master.
This partially tests file version creation by replacing the content of an existing file with a new version. We test only that the contents are updated.
Some additional test setup may be necessary in order to get version creation to work correctly in the test enviornment. Ideally we could test that versions are trackable through the UI, and that old versions can be successfully restored.
Closes #213.