mirror of https://github.com/apache/jclouds.git
fixed test name
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1929 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
e89aab8453
commit
98ad5128df
|
@ -32,7 +32,7 @@ import org.testng.annotations.Test;
|
|||
*
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Test(testName = "httpnio.HttpRequestTest")
|
||||
@Test(testName = "http.HttpRequestTest")
|
||||
public class HttpRequestTest {
|
||||
@Test(expectedExceptions = IllegalArgumentException.class)
|
||||
public void testConstructorHostNull() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue