~ubuntu-branches/ubuntu/karmic/ubuntuone-client/karmic

« back to all changes in this revision

Viewing changes to tests/syncdaemon/test_main.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2009-09-15 17:15:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090915171500-dybkb51h3otvpaax
Tags: 0.95.1-0ubuntu1
* New upstream release.
  - Fix the tooltip for non-connecting states (LP: #420964)
  - Update config for domain name move (LP: #426804)
  - Handle redirections in oauth token request (LP: #426622)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        self.root = self.mktemp('root')
43
43
        self.shares = self.mktemp('shares')
44
44
        self.data = self.mktemp('data')
 
45
        self.partials_dir = self.mktemp('partials_dir')
45
46
        # monkeypatch busName.__del__ to avoid errors on gc
46
47
        # we take care of releasing the name in shutdown
47
48
        dbus.service.BusName.__del__ = lambda _: None
54
55
        params = dict(root_dir=self.root,
55
56
                      shares_dir=self.shares,
56
57
                      data_dir=self.data,
 
58
                      partials_dir=self.partials_dir,
57
59
                      host='localhost', port=0,
58
60
                      dns_srv=False, ssl=False,
59
61
                      realm='fake.realm',