~ubuntu-branches/ubuntu/trusty/txtorcon/trusty-proposed

« back to all changes in this revision

Viewing changes to txtorcon/test/test_torconfig.py

  • Committer: Package Import Robot
  • Author(s): Jérémy Bobbio
  • Date: 2013-11-27 21:20:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131127212018-8yflvmp5d0xf8ifj
Tags: 0.8.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1043
1043
        self.protocol.answers.append('config/names=\nHiddenServiceOptions Virtual\nOK')
1044
1044
        self.protocol.answers.append('HiddenServiceOptions')
1045
1045
        self.config.bootstrap()
 
1046
        self.assertEqual('127.0.0.1', ep.tcp_endpoint._interface)
1046
1047
        return d
1047
1048
 
1048
1049
    def test_already_bootstrapped(self):