Skip to content

Commit

Permalink
Add missing final EOL
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1595405 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed May 17, 2014
1 parent fbb1031 commit bab2a1e
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion bin/logkit.xml
Expand Up @@ -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.
-->
-->
2 changes: 1 addition & 1 deletion bin/templates/templates.xml
Expand Up @@ -177,4 +177,4 @@
</ul>
]]></description>
</template>
</templates>
</templates>
2 changes: 1 addition & 1 deletion bin/testfiles/XMLSchematest.xml
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion bin/testfiles/XPathTest.xml
Expand Up @@ -5,4 +5,4 @@
<user username="u3" password="p3"/>
<user username="u4" password="p4"/>
<user username="u5" password="p5"/>
</users>
</users>
2 changes: 1 addition & 1 deletion bin/testfiles/monitorStatus.xml
Expand Up @@ -24,4 +24,4 @@
<workers>
</workers>
</connector>
</status>
</status>
2 changes: 1 addition & 1 deletion bin/testfiles/test_config.xml
Expand Up @@ -230,4 +230,4 @@ If the problem persists, report it to the system administrators.
CommitProcessor.delay=5
}
}
}
}
2 changes: 1 addition & 1 deletion extras/addons.xml
Expand Up @@ -64,4 +64,4 @@

<target name="rebuild" depends="clean,package" description="Re-build from source."/>

</project>
</project>
Expand Up @@ -248,4 +248,4 @@ public void run() {
}
}
}
}
}
2 changes: 1 addition & 1 deletion test/src/org/apache/jmeter/control/TestIfController.java
Expand Up @@ -173,4 +173,4 @@ public void testEvaluateAllChildrenWithSubController() throws Exception {
}
assertEquals(counter, 6);
}
}
}
2 changes: 1 addition & 1 deletion test/src/org/apache/jmeter/control/TestLoopController.java
Expand Up @@ -113,4 +113,4 @@ public void testBug54467() throws Exception {
}
assertNull(loop.next());
}
}
}
2 changes: 1 addition & 1 deletion test/src/org/apache/jmeter/control/TestRunTime.java
Expand Up @@ -67,4 +67,4 @@ public void testProcessing() throws Exception {
assertEquals("Sampler 1 should run 2 times", 2, samp1.getSamples());
assertTrue("Sampler 2 should run >= 18 times", samp2.getSamples() >= 18);
}
}
}
Expand Up @@ -362,4 +362,4 @@ private void runTestAlwaysFail(boolean other) {
fail(e.toString());
}
}
}
}
2 changes: 1 addition & 1 deletion test/src/org/apache/jmeter/engine/TestTreeCloner.java
Expand Up @@ -78,4 +78,4 @@ public void testCloning() throws Exception {
assertTrue(iter.next().isRunningVersion());
}
}
}
}
Expand Up @@ -140,4 +140,4 @@ public void testEmptyCols() throws Exception {
assertEquals("c4", f.getColumn(myRow, 2));
assertEquals("", f.getColumn(myRow, 3));
}
}
}
2 changes: 1 addition & 1 deletion test/src/org/apache/jmeter/gui/action/TestLoad.java
Expand Up @@ -116,4 +116,4 @@ private HashTree getTree(File f) throws Exception {
}
return tree;
}
}
}
2 changes: 1 addition & 1 deletion test/src/org/apache/jmeter/gui/util/TestMenuFactory.java
Expand Up @@ -50,4 +50,4 @@ public void testMenu() throws Exception {
check("elementstoskip", MenuFactory.elementsToSkip_size());

}
}
}
Expand Up @@ -114,4 +114,4 @@ public void actionPerformed(ActionEvent e) {
}
});
}
}
}
Expand Up @@ -72,4 +72,4 @@ public void testOverRide() {
assertEquals(partialConfig.getPropertyAsString(HTTPSamplerBase.DOMAIN), "www.xerox.com");
assertEquals(partialConfig.getPropertyAsString(HTTPSamplerBase.PATH), "main.jsp");
}
}
}
Expand Up @@ -59,4 +59,4 @@ public void testHEAD() throws Exception {
assertNull(tclp.stripFile(res, new HTTPNullSampler()));
}

}
}
Expand Up @@ -55,4 +55,4 @@ public void testBooleanEditor(){
propertyEditor.setAsText("true");
assertEquals(TRUE,propertyEditor.getAsText());
}
}
}
Expand Up @@ -54,4 +54,4 @@ public void testSetGetAsText() throws Exception {
e.setAsText(e.UNDEFINED.toString());
assertNotNull(e.getAsText());
}
}
}
Expand Up @@ -49,4 +49,4 @@ public void testSetGetAsText() throws Exception {
testSetGetAsText(e, "");
testSetGetAsText(e, "${var}");
}
}
}
Expand Up @@ -257,4 +257,4 @@ private JMeterTreeNode findFirstNodeOfType(Class<?> type, JMeterTreeModel treeMo
}
return null;
}
}
}

0 comments on commit bab2a1e

Please sign in to comment.