]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_drop_upload.py
drop-upload: rename 'start' method to 'startService', which is what you're supposed...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_drop_upload.py
index ea21ff02914cdee0460263b9e0b64a9f24017834..30cbe1cb65483689b857fe548abd55135ef6abdb 100644 (file)
@@ -69,7 +69,7 @@ class DropUploadTestMixin(GridTestMixin, ShouldFailMixin, ReallyEqualMixin):
             self.upload_dircap = n.get_uri()
             self.uploader = DropUploader(self.client, self.upload_dircap, self.local_dir.encode('utf-8'),
                                          inotify=self.inotify)
-            return self.uploader.start()
+            return self.uploader.startService()
         d.addCallback(_made_upload_dir)
 
         # Write something short enough for a LIT file.