refa the test code

This commit is contained in:
coderfengyun 2014-01-21 11:35:12 +08:00
parent 684e2604dd
commit 54c052b0a8
2 changed files with 3769 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ import org.bench4q.share.models.master.ScriptModel;
import org.junit.Test;
public class RecordScriptControllerTest extends TestBase {
private static final int RECORD_TIME = 6000000;
private static final int RECORD_TIME = 60000;
private final String SCRIPT_URL = TestBase.BASE_URL + "/RecordScript";
public OperateScriptServerResponseModel startRecord() throws IOException,