def test_commonHomeliveProperties(self):
     resource = CommonHomeResource(None, None, None, StubHome())
     self.assertTrue(('http://calendarserver.org/ns/',
                      'push-transports') in resource.liveProperties())
     self.assertTrue(('http://calendarserver.org/ns/',
                      'pushkey') in resource.liveProperties())
Beispiel #2
0
 def test_commonHomeliveProperties(self):
     resource = CommonHomeResource(None, None, None, StubHome())
     self.assertTrue(('http://calendarserver.org/ns/', 'push-transports') in resource.liveProperties())
     self.assertTrue(('http://calendarserver.org/ns/', 'pushkey') in resource.liveProperties())