Renamed GeoRSSModule test class

This commit is contained in:
Patrick Gotthard 2014-04-18 21:23:29 +02:00
parent 60a61b926a
commit cd7a73d521

View file

@ -45,7 +45,7 @@ import com.sun.syndication.io.XmlReader;
* tests for geo-rss module. * tests for geo-rss module.
* *
*/ */
public class RssTest extends TestCase { public class GeoRSSModuleTest extends TestCase {
private static final double DELTA = 0.00001; private static final double DELTA = 0.00001;