Re-enabled tests that should be enabled

Monotone-Parent: c9a7246ee9a90838e562f2120fa3b3a4abfa7fe3
Monotone-Revision: ca2ee94c72bc7929077ce2d18873be1f59a198d9

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-10-07T18:17:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-10-07 18:17:12 +00:00
parent 14f6b058b1
commit 04b94ea130

View File

@@ -238,7 +238,7 @@ class DAVMailCollectionTest(unittest.TestCase):
"failure in propfind"
"(%s != %s)" % (result, expected))
def DISABLEDtestMKCOL(self):
def testMKCOL(self):
"""Folder creation"""
self._deleteCollection("test-dav-mail-%40-abc")
self._deleteCollection("test-dav-mail-@-def")
@@ -260,7 +260,7 @@ class DAVMailCollectionTest(unittest.TestCase):
# "failure creating collection"
# "(code = %d)" % move.response["status"])
def DISABLEDtestPUT(self):
def testPUT(self):
"""Message creation"""
self._deleteCollection("test-dav-mail")
self._makeCollection("test-dav-mail")
@@ -515,7 +515,7 @@ class DAVMailCollectionTest(unittest.TestCase):
self._deleteCollection("test-dav-mail")
def DISABLEDtestPROPFIND(self):
def testPROPFIND(self):
"""Message properties"""
self._deleteCollection ("test-dav-mail")
self._makeCollection ("test-dav-mail")