Author: pmouawad
Date: Sat Oct 17 13:41:46 2015
New Revision: 1709165
URL: http://svn.apache.org/viewvc?rev=1709165&view=rev
Log:
Fix end of tag location
Modified:
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1709165&r1=1709164&r2=1709165&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Oct 17 13:41:46 2015
@@ -6070,7 +6070,6 @@ The JDBC PostProcessor enables you to ru
This can be useful if your JDBC Sample changes some data and you want to reset state to what
it was before the JDBC sample run.
</p>
</description>
-</component>
<links>
<link href="../demos/JDBC-Pre-Post-Processor.jmx">Test Plan using JDBC Pre/Post
Processor</link>
</links>
@@ -6078,6 +6077,7 @@ This can be useful if your JDBC Sample c
In the linked test plan, "<code>JDBC PostProcessor</code>" JDBC PostProcessor
calls a stored procedure to delete from Database the Price Cut-Off that was created by PreProcessor.
</p>
<figure width="818" height="399" image="jdbc-post-processor.png">JDBC PostProcessor</figure>
+</component>
</section>
<section name="§-num;.9 Miscellaneous Features" anchor="Miscellaneous_Features">
|