remove the warning

remove the warning
This commit is contained in:
coderfengyun 2014-03-27 22:57:01 +08:00
parent 78c3c9a353
commit e132fd792b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import java.io.IOException;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import static org.junit.Assert.*;
@ -248,5 +247,6 @@ public class TestWithScriptFile {
"Scripts/HBaseScript.xml"));
HttpResponse httpResponse = this.getHttpRequester().sendPostXml(
url + "/runWithoutParams", scenarioContent, null);
assertFalse(HttpRequester.isInvalidResponse(httpResponse));
}
}