~verterok/ubuntuone-client/volumemanager_udfs-2

« back to all changes in this revision

Viewing changes to tests/syncdaemon/test_dbus.py

  • Committer: guillermo.gonzalez at canonical
  • Date: 2010-01-04 18:54:17 UTC
  • mfrom: (294.2.6 trunk)
  • Revision ID: guillermo.gonzalez@canonical.com-20100104185417-is0onxq4znx57u0j
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
 
129
129
        def callback(result):
130
130
            """ callback to check the result. """
131
 
            self.assertEquals('foo', str(result['path']))
 
131
            self.assertEquals(path, str(result['path']))
132
132
            self.assertEquals('share', result['share_id'])
133
133
            self.assertEquals('node_id', result['node_id'])
134
134
 
736
736
 
737
737
        def callback(result):
738
738
            """ callback to check the result. """
739
 
            self.assertEquals(u'\xf1o\xf1o', unicode(result['path']))
 
739
            self.assertEquals(path, unicode(result['path']))
740
740
            self.assertEquals('share', result['share_id'])
741
741
            self.assertEquals('node_id', result['node_id'])
742
742