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

This commit is contained in:
Zooko O'Whielacronx 2007-12-06 17:28:23 -07:00
parent 4923d8dcb5
commit 9a30ab2dfd

View 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"):