web: more test work, now all tests either pass or are skipped (POST, XMLRPC, and URI/)

This commit is contained in:
Brian Warner
2007-07-07 10:34:05 -07:00
parent d501984eba
commit 0cd730a7b3
3 changed files with 62 additions and 29 deletions

View File

@ -364,7 +364,7 @@ class ImmutableDirectoryNode:
def get_child_at_path(self, path):
if not path:
return self
return defer.succeed(self)
if isinstance(path, (str, unicode)):
path = path.split("/")
childname = path[0]