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

Issue 3011010: Unit test for Encoder / Decoder for remoting (Closed)

Created:
10 years, 5 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Sergey Ulanov, awong, garykac, Paweł Hajdan Jr.
Visibility:
Public.

Description

Unit test for Encoder / Decoder for remoting Unit test utils for Encoder and Decoder. The tests will cover the state and messages sent out of the Encoder and Decoder are in correct order. It also make sure Decoded output matches input to the Encoder. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53566

Patch Set 1 #

Total comments: 28

Patch Set 2 : fixed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -6 lines) Patch
A remoting/base/codec_test.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A remoting/base/codec_test.cc View 1 1 chunk +388 lines, -0 lines 0 comments Download
M remoting/base/decoder_verbatim.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/base/decoder_verbatim_unittest.cc View 1 3 chunks +9 lines, -3 lines 0 comments Download
M remoting/base/encoder_verbatim.cc View 1 chunk +7 lines, -3 lines 0 comments Download
A remoting/base/encoder_verbatim_unittest.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alpha Left Google
10 years, 5 months ago (2010-07-19 17:38:46 UTC) #1
dmac
http://codereview.chromium.org/3011010/diff/1/2 File remoting/base/codec_test.cc (right): http://codereview.chromium.org/3011010/diff/1/2#newcode42 remoting/base/codec_test.cc:42: void ReceivedState(int state) { instead of int, use EncodingState? ...
10 years, 5 months ago (2010-07-19 17:55:44 UTC) #2
Alpha Left Google
http://codereview.chromium.org/3011010/diff/1/2 File remoting/base/codec_test.cc (right): http://codereview.chromium.org/3011010/diff/1/2#newcode42 remoting/base/codec_test.cc:42: void ReceivedState(int state) { On 2010/07/19 17:55:44, dmac wrote: ...
10 years, 5 months ago (2010-07-20 22:40:00 UTC) #3
Alpha Left Google
ping.
10 years, 5 months ago (2010-07-23 00:39:44 UTC) #4
dmac
On 2010/07/23 00:39:44, Alpha wrote: > ping. LGTM
10 years, 5 months ago (2010-07-23 05:32:34 UTC) #5
Timur Iskhodzhanov
10 years, 5 months ago (2010-07-24 12:11:17 UTC) #6
This CL introduced mismatched new[]/delete
http://code.google.com/p/chromium/issues/detail?id=50126
which I've fixed by http://codereview.chromium.org/3051012
On 2010/07/23 05:32:34, dmac wrote:
> On 2010/07/23 00:39:44, Alpha wrote:
> > ping.
> 
> LGTM

Powered by Google App Engine
This is Rietveld 408576698