~ubuntu-branches/ubuntu/oneiric/ubuntuone-client/oneiric

« back to all changes in this revision

Viewing changes to tests/platform/linux/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-23 18:34:09 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223183409-535o7yo165wbjmca
Tags: 1.5.5-0ubuntu1
* New upstream release.
  - Subscribing to a RO share will not download content (LP: #712528)
  - Can't synchronize "~/Ubuntu One Music" (LP: #714976)
  - Syncdaemon needs to show progress in Unity launcher (LP: #702116)
  - Notifications say "your cloud" (LP: #715887)
  - No longer requires python-libproxy
  - Recommend unity and indicator libs by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""Linux test code."""
2
2
 
 
3
 
3
4
def _setup_service_busname(testcase):
4
5
    # monkeypatch __del__ to avoid issues with gc
5
6
    import dbus
15
16
    # set glib_loop and return the common params
16
17
    params['glib_loop'] = DBusGMainLoop(set_as_default=True)
17
18
    return params
 
19
 
 
20
 
 
21
def platform_mangled_path(path):
 
22
    """Return the expected modified path according to the platform."""
 
23
    return path