Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Issue 2487003: Fix gclient_smoketest for svn 1.5 and python 2.5 (Closed)

Created:
10 years, 6 months ago by M-A Ruel
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix gclient_smoketest for svn 1.5 and python 2.5 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48688

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -35 lines) Patch
M tests/fake_repos.py View 3 chunks +12 lines, -9 lines 1 comment Download
M tests/gclient_smoketest.py View 13 chunks +46 lines, -26 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
M-A Ruel
10 years, 6 months ago (2010-06-02 01:28:07 UTC) #1
Mandeep Singh Baines
LGTM But this does all seem a bit fragile. But I guess that's what the ...
10 years, 6 months ago (2010-06-02 01:33:00 UTC) #2
M-A Ruel
10 years, 6 months ago (2010-06-02 01:38:50 UTC) #3
On 2010/06/02 01:33:00, Mandeep Singh Baines wrote:
> LGTM
> 
> But this does all seem a bit fragile. But I guess that's what the ToDos are
for.
> 
> http://codereview.chromium.org/2487003/diff/1/2
> File tests/fake_repos.py (right):
> 
> http://codereview.chromium.org/2487003/diff/1/2#newcode178
> tests/fake_repos.py:178: to_add.append(item[7:].strip())
> This seems fragile. How about:
> 
> item.split()[1]
> 
> The downside with that is that you don't quoted strings properly but that
should
> be OK. None of the test code uses that.

I'll reuse scm.py code instead tomorrow so at least this mess will go away, the
code thing is that it'll increase coverage. :)

For the actual output, I don't want to be too strict on the actual output, I'll
probably just add a member function to check for a range...

Powered by Google App Engine
This is Rietveld 408576698