Author: rdonkin
Date: Sat Dec 7 11:45:54 2013
New Revision: 1548899
URL: http://svn.apache.org/r1548899
Log:
Rename Test name.
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/AnalyserFactoryTest.java
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/AnalyserFactoryTest.java
URL:
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/AnalyserFactoryTest.java?rev=1548899&r1=1548898&r2=1548899&view=diff
==============================================================================
---
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/AnalyserFactoryTest.java
(original)
+++
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/analysis/AnalyserFactoryTest.java
Sat Dec 7 11:45:54 2013
@@ -77,7 +77,7 @@ public class AnalyserFactoryTest {
* the rat exception
*/
@Test
- public void standardTypeAnalyser() throws IOException, RatException {
+ public void testStandardTypeAnalyser() throws IOException, RatException
{
MonolithicFileDocument document = new
MonolithicFileDocument(new File(
"src/test/resources/elements/Text.txt"));
IDocumentAnalyser analyser = DefaultAnalyserFactory
@@ -119,7 +119,7 @@ public class AnalyserFactoryTest {
* the rat exception
*/
@Test
- public void noteTypeAnalyser() throws IOException, RatException {
+ public void testNoteTypeAnalyser() throws IOException, RatException {
MonolithicFileDocument document = new
MonolithicFileDocument(new File(
"src/test/elements/LICENSE"));
IDocumentAnalyser analyser = DefaultAnalyserFactory
@@ -141,7 +141,7 @@ public class AnalyserFactoryTest {
* the rat exception
*/
@Test
- public void binaryTypeAnalyser() throws IOException, RatException {
+ public void testBinaryTypeAnalyser() throws IOException, RatException {
MonolithicFileDocument document = new
MonolithicFileDocument(new File(
"src/test/elements/Image.png"));
IDocumentAnalyser analyser = DefaultAnalyserFactory
@@ -163,7 +163,7 @@ public class AnalyserFactoryTest {
* the rat exception
*/
@Test
- public void archiveTypeAnalyser() throws IOException, RatException {
+ public void testArchiveTypeAnalyser() throws IOException, RatException {
MonolithicFileDocument document = new
MonolithicFileDocument(new File(
"src/test/elements/Dummy.jar"));
IDocumentAnalyser analyser = DefaultAnalyserFactory