Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* runalltests.py: wait long enough between testsSascha Silbe2011-05-141-1/+13
| | | | | | | | | For some unknown reason, we need to wait a bit more even after D-Bus acknowledged the service has shut down. Otherwise the following exception will happen when we first try to access the data store in the next test: DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.1 was not provided by any .service files
* runalltests.py: clean entire data store, not just gitSascha Silbe2011-05-141-1/+6
| | | | | | | | | If we don't clean out the index, the second and following tests will fail because they operate on the metadata (but not data) left by the previous test(s). All we're interested in keeping across tests are the log files, so remove everything else.
* runalltests.py: adapt to source layout changesSascha Silbe2011-05-141-1/+1
|
* first working implementationSascha Silbe2011-04-104-149/+184
|
* some initial filesSascha Silbe2010-07-025-0/+644