~tcole/ubuntuone-client/request-queue-predicates

« back to all changes in this revision

Viewing changes to tests/syncdaemon/test_sync.py

  • Committer: tim.cole at canonical
  • Date: 2009-08-22 00:50:15 UTC
  • mfrom: (160.2.10 trunk)
  • Revision ID: tim.cole@canonical.com-20090822005015-6tdpcitod026r6z2
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
from ubuntuone.syncdaemon.sync import FSKey
40
40
from ubuntuone.syncdaemon.volume_manager import Share
41
41
 
42
 
DBusInterface.test =True
 
42
DBusInterface.test = True
43
43
 
44
44
class FSKeyTestCase(BaseTwistedTestCase):
45
45
    """ Base test case for FSKey """