A bit of explanation: JMeter Help uses the test element title to find the appropriate section in component_reference.html.
The titles are not fixed, as they are extracted from the appropriate property file (they do use a fixed key). So if a new test element is added, or the title is changed, component_reference may need to be updated to clear the test error. == It might be worth considering using the property key rather than the value as the anchor name at some stage - this would make name changes easier, and should make translating the xml file into other languages a bit easier too. S. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 01:27 To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit JMeterTest.java sebb 2004/01/13 17:26:36 Modified: src/core/org/apache/jmeter/junit JMeterTest.java Log: Check that all gui elements have entries in component_reference.html Revision Changes Path 1.24 +45 -1 jakarta-jmeter/src/core/org/apache/jmeter/junit/JMeterTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
