added the multiple phone test

pull/105/head
Luc Charland 2015-08-26 11:26:38 -04:00
parent 01e2256483
commit 117e6b6bc1
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ class JsonDavPhoneTests(unittest.TestCase):
def testMultipleDifferentPhones(self):
self._testMultiplePhones(self.newphones_difftype)
#def testMultipleSameTypePhones(self):
# self._testMultiplePhones(self.newphones_sametype)
def testMultipleSameTypePhones(self):
self._testMultiplePhones(self.newphones_sametype)
if __name__ == "__main__":
sogotests.runTests()