Commit 25003da4 authored by Jérome Perrin's avatar Jérome Perrin

software/htmlvalidatorserver: remove some outdated comments

parent 5cb11e9e
...@@ -45,7 +45,5 @@ url = ${:_profile_base_location_}/${:filename} ...@@ -45,7 +45,5 @@ url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
[versions] [versions]
# 1.3.4nxd2 is invalid version string, thus pached version string is not '1.3.4nxd2+SlapOSPatched001'
# but '1.3.4nxd2-SlapOSPatched001'.
gunicorn = 19.1.1 gunicorn = 19.1.1
inotifyx = 0.2.2 inotifyx = 0.2.2
...@@ -41,7 +41,6 @@ class TestHtmlValidatorServer(InstanceTestCase): ...@@ -41,7 +41,6 @@ class TestHtmlValidatorServer(InstanceTestCase):
def test(self): def test(self):
parameter_dict = self.computer_partition.getConnectionParameterDict() parameter_dict = self.computer_partition.getConnectionParameterDict()
# Check that there is a RSS feed
self.assertTrue('vnu-url' in parameter_dict) self.assertTrue('vnu-url' in parameter_dict)
self.assertEqual( self.assertEqual(
'https://[%s]:8899/' % (self._ipv6_address, ), 'https://[%s]:8899/' % (self._ipv6_address, ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment