Commit 6f38d53387287ad60f30068c3d53743250545de3

Authored by lixi
1 parent a14acc82

1

testcase/hg/createBatch/test_createBatch.py
... ... @@ -2,7 +2,7 @@ import sys,os
2 2 #windows的脚本路径位置
3 3 # sys.path.extend(['E:\\PycharmWorkspace\\test-scripts'])
4 4 #liunx的脚本路径位置
5   -sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建交易单simple'])
  5 +sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建进门批次单simple'])
6 6 from commons.MySession import hg
7 7 from commons.basic.registerRecord_save import registerRecord_save
8 8 from testcase.hg.createBatch.tmp_d import d
... ...