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

Issue 360002: Fix for broken mini_installer_test... (Closed)

Created:
11 years, 1 month ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 7 months ago
Reviewers:
kuchhal
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix for broken mini_installer_test - Definitely broken. Nice to have these tests BUG=none TEST=none TBR=kuchhal Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30944

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/app/client_util.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
cpu_(ooo_6.6-7.5)
I need to clean this up, but right now I need to fix the tree.
11 years, 1 month ago (2009-11-04 05:33:03 UTC) #1
kuchhal
11 years, 1 month ago (2009-11-04 16:39:14 UTC) #2
lgtm.

On Tue, Nov 3, 2009 at 9:33 PM, <cpu@chromium.org> wrote:

> Reviewers: kuchhal,
>
> Message:
> I need to clean this up, but right now I need to fix the tree.
>
>
> Description:
> Fix for broken mini_installer_test
> - Definitely broken. Nice to have these tests
>
> BUG=none
> TEST=none
>
> TBR=kuchhal
>
>
> Please review this at http://codereview.chromium.org/360002
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     chrome/app/client_util.cc
>
>
> Index: chrome/app/client_util.cc
> ===================================================================
> --- chrome/app/client_util.cc   (revision 30934)
> +++ chrome/app/client_util.cc   (working copy)
> @@ -139,7 +139,7 @@
>   }
>
>   *file = dir;
> -  file->append(*version);
> +  file->append(*version).append(L"\\");
>   return LoadChromeWithDirectory(file);
>  }
>
>
>
>

Powered by Google App Engine
This is Rietveld 408576698