Author: fschumacher
Date: Sun Sep 25 14:47:06 2016
New Revision: 1762211

URL: http://svn.apache.org/viewvc?rev=1762211&view=rev
Log:
Remove more duplicated words.

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/junit/categories/NeedGuiTests.java
    
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
    
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java
    
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
    jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/junit/categories/NeedGuiTests.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/junit/categories/NeedGuiTests.java?rev=1762211&r1=1762210&r2=1762211&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/junit/categories/NeedGuiTests.java 
(original)
+++ jmeter/trunk/test/src/org/apache/jmeter/junit/categories/NeedGuiTests.java 
Sun Sep 25 14:47:06 2016
@@ -19,7 +19,7 @@
 package org.apache.jmeter.junit.categories;
 
 /**
- * JUnit category marker for tests that could not not run in headless mode
+ * JUnit category marker for tests that could not run in headless mode
  */
 public interface NeedGuiTests {
     // yeah !

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java?rev=1762211&r1=1762210&r2=1762211&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
 (original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
 Sun Sep 25 14:47:06 2016
@@ -414,7 +414,7 @@ public class TestHTTPMirrorThread extend
     }
 
     /**
-     * Check that the the two byte arrays have identical content
+     * Check that the two byte arrays have identical content
      *
      * @param expected
      * @param actual

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java?rev=1762211&r1=1762210&r2=1762211&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java
 (original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java
 Sun Sep 25 14:47:06 2016
@@ -827,7 +827,7 @@ public class PostWriterTest {
     }
 
     /**
-     * Check that the the two byte arrays have identical content
+     * Check that the two byte arrays have identical content
      * 
      * @param expected
      * @param actual
@@ -860,7 +860,7 @@ public class PostWriterTest {
     }
 
     /**
-     * Check that the the two byte arrays different content
+     * Check that the two byte arrays different content
      * 
      * @param expected
      * @param actual

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java?rev=1762211&r1=1762210&r2=1762211&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
 (original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
 Sun Sep 25 14:47:06 2016
@@ -1222,7 +1222,7 @@ public class TestHTTPSamplersAgainstHttp
     }
 
     /**
-     * Check that the the two byte arrays have identical content
+     * Check that the two byte arrays have identical content
      * 
      * @param expected
      * @param actual

Modified: jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java?rev=1762211&r1=1762210&r2=1762211&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java (original)
+++ jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java Sun Sep 25 
14:47:06 2016
@@ -262,7 +262,7 @@ public final class AllTests {
     }
 
     /**
-     * An overridable method that that instantiates a UnitTestManager (if one
+     * An overridable method that instantiates a UnitTestManager (if one
      * was specified in the command-line arguments), and hands it the name of
      * the properties file to use to configure the system.
      * 


Reply via email to