Author: rdonkin
Date: Fri Dec  6 08:32:54 2013
New Revision: 1548419

URL: http://svn.apache.org/r1548419
Log:
Change naming test method.

Modified:
    
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java

Modified: 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java?rev=1548419&r1=1548418&r2=1548419&view=diff
==============================================================================
--- 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java
 (original)
+++ 
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java
 Fri Dec  6 08:32:54 2013
@@ -47,19 +47,19 @@ public class JavaDocLicenseNotRequiredTe
        }
 
        @Test
-       public void matchIndexDoc() throws RatHeaderAnalysisException, 
IOException {
+       public void testMatchIndexDocLicense() throws 
RatHeaderAnalysisException, IOException {
                boolean result = readAndMatch("index.html");
                assertTrue("Is a javadoc", result);
        }
 
        @Test
-       public void matchClassDoc() throws RatHeaderAnalysisException, 
IOException {
+       public void testMatchClassDocLicense() throws 
RatHeaderAnalysisException, IOException {
                boolean result = readAndMatch("ArchiveElement.html");
                assertTrue("Is a javadoc", result);
        }
 
        @Test
-       public void matchNonJavaDoc() throws RatHeaderAnalysisException,
+       public void testMatchNonJavaDocLicense() throws 
RatHeaderAnalysisException,
                        IOException {
                boolean result = readAndMatch("notjavadoc.html");
                assertFalse("Not javadocs and so should return null", result);


Reply via email to