Author: sebb
Date: Mon May 7 07:24:09 2007
New Revision: 535881
URL: http://svn.apache.org/viewvc?view=rev&rev=535881
Log:
Bug 40027 - small typo in Junit sampler documentation
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=535881&r1=535880&r2=535881
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Mon May 7 07:24:09 2007
@@ -933,7 +933,7 @@
<component name="JUnit Sampler" index="§-num;.1.16" width="522"
height="405" screenshot="junit_sampler.png">
<description>
The current implementation supports standard Junit convention and extensions.
It also
-includes extensions like oneTimeSetUp and oneTimeTea Down. The sampler works
like the
+includes extensions like oneTimeSetUp and oneTimeTearDown. The sampler works
like the
JavaSampler with some differences.
<br></br>1. rather than use Jmeter's test interface, it scans the jar files
for classes extending junit's TestCase class. That includes any class or
subclass.
<br></br>2. Junit test jar files should be placed in jmeter/lib/junit instead
of /lib directory.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]