mirror of https://github.com/apache/jmeter.git
Add missing final EOL
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1595405 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: bab2a1e9ce
This commit is contained in:
parent
1b097a19d7
commit
59893deae2
|
|
@ -139,4 +139,4 @@ The initial rotation can be set to -1 in which case the system will first create
|
|||
<interval>
|
||||
Interval at which a rotation should occur. The interval should be given in the format ddd:
|
||||
hh:mm:ss.
|
||||
-->
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -177,4 +177,4 @@
|
|||
</ul>
|
||||
]]></description>
|
||||
</template>
|
||||
</templates>
|
||||
</templates>
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@
|
|||
<step index="1"
|
||||
description="Bake until pink, approximately 5 minutes, turn, bake a few minutes longer, and pepper again." />
|
||||
</steps>
|
||||
</recipe>
|
||||
</recipe>
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
<user username="u3" password="p3"/>
|
||||
<user username="u4" password="p4"/>
|
||||
<user username="u5" password="p5"/>
|
||||
</users>
|
||||
</users>
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@
|
|||
<workers>
|
||||
</workers>
|
||||
</connector>
|
||||
</status>
|
||||
</status>
|
||||
|
|
|
|||
|
|
@ -230,4 +230,4 @@ If the problem persists, report it to the system administrators.
|
|||
CommitProcessor.delay=5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,4 +64,4 @@
|
|||
|
||||
<target name="rebuild" depends="clean,package" description="Re-build from source."/>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -248,4 +248,4 @@ public class ResponseAssertionTest extends TestCase {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -173,4 +173,4 @@ public class TestIfController extends JMeterTestCase {
|
|||
}
|
||||
assertEquals(counter, 6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -113,4 +113,4 @@ public class TestLoopController extends JMeterTestCase {
|
|||
}
|
||||
assertNull(loop.next());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ public class TestRunTime extends JMeterTestCase {
|
|||
assertEquals("Sampler 1 should run 2 times", 2, samp1.getSamples());
|
||||
assertTrue("Sampler 2 should run >= 18 times", samp2.getSamples() >= 18);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -362,4 +362,4 @@ public class TestWhileController extends JMeterTestCase {
|
|||
fail(e.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ public class TestTreeCloner extends junit.framework.TestCase {
|
|||
assertTrue(iter.next().isRunningVersion());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -140,4 +140,4 @@ public class TestFileRowColContainer extends JMeterTestCase {
|
|||
assertEquals("c4", f.getColumn(myRow, 2));
|
||||
assertEquals("", f.getColumn(myRow, 3));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,4 +116,4 @@ public class TestLoad extends JMeterTestCase {
|
|||
}
|
||||
return tree;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,4 +50,4 @@ public final class TestMenuFactory extends JMeterTestCase {
|
|||
check("elementstoskip", MenuFactory.elementsToSkip_size());
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -114,4 +114,4 @@ public class TristateCheckBoxTest {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,4 +72,4 @@ public class UrlConfigTest extends JMeterTestCase {
|
|||
assertEquals(partialConfig.getPropertyAsString(HTTPSamplerBase.DOMAIN), "www.xerox.com");
|
||||
assertEquals(partialConfig.getPropertyAsString(HTTPSamplerBase.PATH), "main.jsp");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,4 +59,4 @@ public class TestTCLogParser extends JMeterTestCase {
|
|||
assertNull(tclp.stripFile(res, new HTTPNullSampler()));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,4 +55,4 @@ public class TestBooleanPropertyEditor extends junit.framework.TestCase {
|
|||
propertyEditor.setAsText("true");
|
||||
assertEquals(TRUE,propertyEditor.getAsText());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ public class TestComboStringEditor extends junit.framework.TestCase {
|
|||
e.setAsText(e.UNDEFINED.toString());
|
||||
assertNotNull(e.getAsText());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ public class TestFieldStringEditor extends junit.framework.TestCase {
|
|||
testSetGetAsText(e, "");
|
||||
testSetGetAsText(e, "${var}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -257,4 +257,4 @@ public class GenerateTreeGui extends AbstractConfigGui
|
|||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue