renamed UriUtilsTest to UriUtilsTests

This commit is contained in:
Juergen Hoeller
2010-08-15 22:01:33 +00:00
parent ace7b072f1
commit 19fcbeafb4

View File

@@ -21,8 +21,10 @@ import java.io.UnsupportedEncodingException;
import static org.junit.Assert.*;
import org.junit.Test;
/** @author Arjen Poutsma */
public class UriUtilsTest {
/**
* @author Arjen Poutsma
*/
public class UriUtilsTests {
private static final String ENC = "UTF-8";