|
|
|
@ -376,7 +376,7 @@ class CMDuploadUnittest(GclTestsBase):
|
|
|
|
|
'--file=descfile'],
|
|
|
|
|
change_info.patch).AndReturn(("1", "2"))
|
|
|
|
|
gcl.os.remove('descfile')
|
|
|
|
|
change_info.SendToRietveld("/lint/issue%s_%s" % ('1', '2'), timeout=10)
|
|
|
|
|
change_info.SendToRietveld("/lint/issue%s_%s" % ('1', '2'), timeout=60)
|
|
|
|
|
gcl.os.chdir('somewhere')
|
|
|
|
|
gcl.sys.stdout.write("*** Upload does not submit a try; use gcl try to"
|
|
|
|
|
" submit a try. ***")
|
|
|
|
@ -418,7 +418,7 @@ class CMDuploadUnittest(GclTestsBase):
|
|
|
|
|
['upload.py', '-y', '--server=https://my_server', "--file=descfile" ],
|
|
|
|
|
change_info.patch).AndReturn(("1", "2"))
|
|
|
|
|
gcl.os.remove('descfile')
|
|
|
|
|
change_info.SendToRietveld("/lint/issue%s_%s" % ('1', '2'), timeout=10)
|
|
|
|
|
change_info.SendToRietveld("/lint/issue%s_%s" % ('1', '2'), timeout=60)
|
|
|
|
|
gcl.os.chdir('somewhere')
|
|
|
|
|
gcl.sys.stdout.write("*** Upload does not submit a try; use gcl try to"
|
|
|
|
|
" submit a try. ***")
|
|
|
|
|