Comment 1 for bug 496340

Revision history for this message
Tim Penhey (thumper) wrote : Re: Windmill test TestMergeProposalCommenting.test_merge_proposal_replying failing

Failure in test lp.code.windmill.tests.test_merge_proposal_commenting.TestMergeProposalCommenting.test_merge_proposal_replying
Traceback (most recent call last):
  File "/srv/buildbot/slaves/launchpad/jscheck/build/lib/lp/testing/__init__.py", line 450, in run
    testMethod()
  File "/srv/buildbot/slaves/launchpad/jscheck/build/lib/lp/code/windmill/tests/test_merge_proposal_commenting.py", line 67, in test_merge_proposal_replying
    client.asserts.assertValue(id="field.comment", validator="> content")
  File "/srv/buildbot/slaves/launchpad/jscheck/build/orig_sourcecode/eggs/windmill-1.3beta3_lp_r1440-py2.5.egg/windmill/authoring/__init__.py", line 161, in __call__
    return self.exec_method(self.action_name, **kwargs)
  File "/srv/buildbot/slaves/launchpad/jscheck/build/orig_sourcecode/eggs/windmill-1.3beta3_lp_r1440-py2.5.egg/windmill/authoring/__init__.py", line 214, in _exec_test
    raise WindmillTestClientException(result['result'])
WindmillTestClientException: {'suite_name': 'Code review commenting', 'result': False, 'starttime': '2009-11-13T19:18:3.194Z', 'params': {'validator': '> content', 'id': 'field.comment'}, 'debug': 'Found value "" is not equal to "> content"', 'output': None, 'endtime': '2009-11-13T19:18:3.195Z', 'method': 'asserts.assertValue'}