Python verify file cannot contain comments ------------------------------------------
Key: QPID-1860 URL: https://issues.apache.org/jira/browse/QPID-1860 Project: Qpid Issue Type: Bug Components: C++ Broker, Python Test Suite Affects Versions: M4 Reporter: Martin Ritchie Assignee: Martin Ritchie Fix For: 0.5 Summary: The cpp 'make check' target runs the python examples and verifies that the 'verify.in' file contains the same output from the run of the example. However, these files are not automatically generated and so need ASL license headers. Approach: Simplest thing to do seems to be to add a comment format to the file. The cpp verify script just needs to be updated to remove the comment before performing the diff. >From what I can see this cpp verify script is the only script that uses this >file so changing the format should not be a problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org