From 676ded6a7ed06621a84a69f2793064811d8b59ac Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 14 Jan 2008 21:02:41 -0700
Subject: [PATCH] tests: put back skipped and todo tests closes #258 -- "put
 back skipped and todo tests"

---
 src/allmydata/test/test_web.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index eb68fb6d..0932978b 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -969,7 +969,6 @@ class Web(WebMixin, unittest.TestCase):
                                   400, "Bad Request", "random",
                                   self.PUT, url, "")
         return d
-    del test_PUT_NEWDIRURL_localdir_missing
 
     def test_POST_upload(self):
         d = self.POST(self.public_url + "/foo", t="upload",
@@ -996,7 +995,6 @@ class Web(WebMixin, unittest.TestCase):
         # you just uploaded.
         return d
     test_POST_upload_no_link_whendone.todo = "Not yet implemented."
-    del test_POST_upload_no_link_whendone
 
     def test_POST_upload_mutable(self):
         # this creates a mutable file
-- 
2.45.2