Comment 4 for bug 820350

Revision history for this message
Brian Curtin (brian.curtin) wrote :

lp:~brian.curtin/ubuntuone-client/820350-fix-readonly-readwrite effectively fixes these methods in and of themselves, and generally within the platform tests, as well as use in real life. However, the entire test suite does not like these changes very much with a lot of tests breaking.

I believe the bulk of the remaining work will be to make sure the test suite plays nicely. It seems possible that some test(s) didn't clean up properly and a directory or directories were left in a bad state, causing some of these failures. This was true in a few cases, where a test was failing because it expected to already have read-write access, and adding a read-write call at the top of the test made it pass as expected.