fixed test name

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1929 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-09-27 18:21:30 +00:00
parent e89aab8453
commit 98ad5128df
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.testng.annotations.Test;
* *
* @author Adrian Cole * @author Adrian Cole
*/ */
@Test(testName = "httpnio.HttpRequestTest") @Test(testName = "http.HttpRequestTest")
public class HttpRequestTest { public class HttpRequestTest {
@Test(expectedExceptions = IllegalArgumentException.class) @Test(expectedExceptions = IllegalArgumentException.class)
public void testConstructorHostNull() throws Exception { public void testConstructorHostNull() throws Exception {