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:
Sebastian Bazley 2014-05-17 01:06:45 +00:00
parent 1b097a19d7
commit 59893deae2
23 changed files with 23 additions and 23 deletions

View File

@ -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.
-->
-->

View File

@ -177,4 +177,4 @@
</ul>
]]></description>
</template>
</templates>
</templates>

View File

@ -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>

View File

@ -5,4 +5,4 @@
<user username="u3" password="p3"/>
<user username="u4" password="p4"/>
<user username="u5" password="p5"/>
</users>
</users>

View File

@ -24,4 +24,4 @@
<workers>
</workers>
</connector>
</status>
</status>

View File

@ -230,4 +230,4 @@ If the problem persists, report it to the system administrators.
CommitProcessor.delay=5
}
}
}
}

View File

@ -64,4 +64,4 @@
<target name="rebuild" depends="clean,package" description="Re-build from source."/>
</project>
</project>

View File

@ -248,4 +248,4 @@ public class ResponseAssertionTest extends TestCase {
}
}
}
}
}

View File

@ -173,4 +173,4 @@ public class TestIfController extends JMeterTestCase {
}
assertEquals(counter, 6);
}
}
}

View File

@ -113,4 +113,4 @@ public class TestLoopController extends JMeterTestCase {
}
assertNull(loop.next());
}
}
}

View File

@ -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);
}
}
}

View File

@ -362,4 +362,4 @@ public class TestWhileController extends JMeterTestCase {
fail(e.toString());
}
}
}
}

View File

@ -78,4 +78,4 @@ public class TestTreeCloner extends junit.framework.TestCase {
assertTrue(iter.next().isRunningVersion());
}
}
}
}

View File

@ -140,4 +140,4 @@ public class TestFileRowColContainer extends JMeterTestCase {
assertEquals("c4", f.getColumn(myRow, 2));
assertEquals("", f.getColumn(myRow, 3));
}
}
}

View File

@ -116,4 +116,4 @@ public class TestLoad extends JMeterTestCase {
}
return tree;
}
}
}

View File

@ -50,4 +50,4 @@ public final class TestMenuFactory extends JMeterTestCase {
check("elementstoskip", MenuFactory.elementsToSkip_size());
}
}
}

View File

@ -114,4 +114,4 @@ public class TristateCheckBoxTest {
}
});
}
}
}

View File

@ -72,4 +72,4 @@ public class UrlConfigTest extends JMeterTestCase {
assertEquals(partialConfig.getPropertyAsString(HTTPSamplerBase.DOMAIN), "www.xerox.com");
assertEquals(partialConfig.getPropertyAsString(HTTPSamplerBase.PATH), "main.jsp");
}
}
}

View File

@ -59,4 +59,4 @@ public class TestTCLogParser extends JMeterTestCase {
assertNull(tclp.stripFile(res, new HTTPNullSampler()));
}
}
}

View File

@ -55,4 +55,4 @@ public class TestBooleanPropertyEditor extends junit.framework.TestCase {
propertyEditor.setAsText("true");
assertEquals(TRUE,propertyEditor.getAsText());
}
}
}

View File

@ -54,4 +54,4 @@ public class TestComboStringEditor extends junit.framework.TestCase {
e.setAsText(e.UNDEFINED.toString());
assertNotNull(e.getAsText());
}
}
}

View File

@ -49,4 +49,4 @@ public class TestFieldStringEditor extends junit.framework.TestCase {
testSetGetAsText(e, "");
testSetGetAsText(e, "${var}");
}
}
}

View File

@ -257,4 +257,4 @@ public class GenerateTreeGui extends AbstractConfigGui
}
return null;
}
}
}