You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2011/11/05 02:21:23 UTC

svn commit: r1197858 - in /jmeter/trunk: src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/ xdocs/usermanual/

Author: sebb
Date: Sat Nov  5 01:21:23 2011
New Revision: 1197858

URL: http://svn.apache.org/viewvc?rev=1197858&view=rev
Log:
Add empty manual sections to keep test cases happy
Renamed Pre/Post to remove request in line with other processors

Modified:
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources.properties
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources.properties
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources.properties?rev=1197858&r1=1197857&r2=1197858&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources.properties (original)
+++ jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources.properties Sat Nov  5 01:21:23 2011
@@ -13,7 +13,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-displayName=JDBC PostProcessor Request
+displayName=JDBC PostProcessor
 varName.displayName=Variable Name Bound to Pool
 sql.displayName=SQL Query
 query.displayName=Query

Modified: jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources.properties?rev=1197858&r1=1197857&r2=1197858&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources.properties (original)
+++ jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources.properties Sat Nov  5 01:21:23 2011
@@ -13,7 +13,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-displayName=JDBC PreProcessor Request
+displayName=JDBC PreProcessor
 varName.displayName=Variable Name Bound to Pool
 sql.displayName=SQL Query
 query.displayName=Query

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1197858&r1=1197857&r2=1197858&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Nov  5 01:21:23 2011
@@ -4413,6 +4413,14 @@ For details, see <complink name="BSF Pre
 </description>
 </component>
 
+<component name="JDBC PreProcessor" index="&sect-num;.7.9">
+<description>
+<p>
+TBA
+</p>
+</description>
+</component>
+
 <a href="#">^</a>
 
 </section>
@@ -4739,6 +4747,14 @@ For details, see the <complink name="BSF
 </description>
 </component>
 
+<component name="JDBC PostProcessor" index="&sect-num;.8.7">
+<description>
+<p>
+TBA
+</p>
+</description>
+</component>
+
 <a href="#">^</a>
 
 </section>