ソースを参照

指定循环测试次数;

Jeff 5 年 前
コミット
6927967143
1 ファイル変更2 行追加1 行削除
  1. 2 1
      scbc.tools/test/test.cpp

+ 2 - 1
scbc.tools/test/test.cpp

@@ -37,7 +37,8 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
 			return -1;
 		}
 
-		while(true){
+		int i = 10000;
+		while(i--){
 
 			// 1、查询订单是否已下载成功;
 			int nRet = QueryMidInfo(bid.c_str());