From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 7 Dec 2007 00:28:23 +0000 (-0700)
Subject: make check-memory use the new POST /uri?t=upload
X-Git-Url: https://git.rkrishnan.org/pf/content/en/footer/frontends?a=commitdiff_plain;h=9a30ab2dfd5ee96fc4eef7603d768052c91cbc14;p=tahoe-lafs%2Ftahoe-lafs.git

make check-memory use the new POST /uri?t=upload
---

diff --git a/src/allmydata/test/check_memory.py b/src/allmydata/test/check_memory.py
index 086032a0..460ca315 100644
--- a/src/allmydata/test/check_memory.py
+++ b/src/allmydata/test/check_memory.py
@@ -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"):