Author: rdonkin
Date: Sun Dec 8 21:47:12 2013
New Revision: 1549332
URL: http://svn.apache.org/r1549332
Log:
Rename test method.
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/report/xml/XmlReportFactoryTest.java
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/report/xml/XmlReportFactoryTest.java
URL:
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/report/xml/XmlReportFactoryTest.java?rev=1549332&r1=1549331&r2=1549332&view=diff
==============================================================================
---
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/report/xml/XmlReportFactoryTest.java
(original)
+++
creadur/rat/branches/gsoc/apache-rat-core/src/test/java/org/apache/rat/report/xml/XmlReportFactoryTest.java
Sun Dec 8 21:47:12 2013
@@ -91,7 +91,7 @@ public class XmlReportFactoryTest {
* Signals that an I/O exception has occurred.
*/
@Test
- public void standardReport() throws RatException, IOException {
+ public void testStandardReport() throws RatException, IOException {
final String elementsPath = Resources
.getResourceDirectory("elements/Source.java");
final MockLicenseMatcher mockLicenseMatcher = new
MockLicenseMatcher();