~nataliabidart/ubuntuone-control-panel/simpler-devices-backend

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/tests/__init__.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2011-06-03 12:16:31 UTC
  • mfrom: (155.2.8 subscribe-folders)
  • Revision ID: tarmac-20110603121631-2bgyjrib1zupa5fi
- Cloud folders can now be subscribed/unsubscribed from the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
      }]),
89
89
]
90
90
 
 
91
FAKE_VOLUMES_MINIMAL_INFO = [(u'', u'147852369', [ROOT, MUSIC_FOLDER])]
 
92
 
91
93
FAKE_DEVICE_INFO = {
92
94
    'device_id': '1258-6854', 'device_name': 'Baz', 'device_type': 'Computer',
93
95
    'is_local': 'True', 'configurable': 'True', 'limit_bandwidth': 'True',