def setUp(self):
     self.p = VNCServerAuthenticator("password", {})
     self.t = DummyTransport()
     self.p.makeConnection(self.t)