]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
make check-memory use the new POST /uri?t=upload
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 7 Dec 2007 00:28:23 +0000 (17:28 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 7 Dec 2007 00:28:23 +0000 (17:28 -0700)
src/allmydata/test/check_memory.py

index 086032a0c98ae698b6885ab6e31fcb35e59c1621..460ca315f10c1cffb25498129597288e3af4d820 100644 (file)
@@ -377,7 +377,7 @@ this file are ignored.
             d.addCallback(_done)
         elif self.mode == "upload-POST":
             data = "a" * size
-            url = "/vdrive/private"
+            url = "/uri"
             d = self.POST(url, t="upload", file=("%d.data" % size, data))
         elif self.mode in ("receive",
                            "download", "download-GET", "download-GET-slow"):