* Address issue #24
* Remove getReadCaches() & replace it with getCache()

Now whipper always follows XDG specifications. All changes were documented into the README file.

The changes introduced here aren't backward compatible so, after updating whipper, you may need to configure it again (old config file are retained, though).
This commit is contained in:
JoeLametta
2016-10-09 17:26:06 +02:00
committed by GitHub
parent 4d81a02f0c
commit 746dc6599d
6 changed files with 71 additions and 77 deletions

View File

@@ -16,6 +16,3 @@ class DirectoryTestCase(common.TestCase):
path = d.getCache()
self.failUnless(path.startswith('/home'))
paths = d.getReadCaches()
self.failUnless(paths[0].startswith('/home'))