~mandel/ubuntuone-client/add-virtual-watches

« back to all changes in this revision

Viewing changes to tests/platform/windows/test_filesystem_notifications.py

  • Committer: Manuel de la Pena
  • Date: 2012-01-11 16:00:13 UTC
  • Revision ID: manuel.delapena@canonical.com-20120111160013-fcwky59t5jpgfq5y
Path most be unicode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1116
1116
        # no need to stop watching because start_watching is fake
1117
1117
 
1118
1118
        path = self.mktemp("test_directory")  # a valid windows path
 
1119
        path = unicode(path)
1119
1120
        mask = 'fake bit mask'
1120
1121
        d1 = manager.add_watch(path, mask)
1121
1122
        d2 = manager.add_watch(path, mask)