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

Issue 14694002: Fix a broken oauth2 test. (Closed)

Created:
7 years, 7 months ago by nweiz
Modified:
7 years, 7 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a broken oauth2 test. TBR Committed: https://code.google.com/p/dart/source/detail?r=22203

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -13 lines) Patch
M pkg/oauth2/lib/src/client.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/oauth2/test/client_test.dart View 4 chunks +5 lines, -12 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
nweiz
7 years, 7 months ago (2013-04-30 21:24:58 UTC) #1
nweiz
Committed patchset #1 manually as r22203 (presubmit successful).
7 years, 7 months ago (2013-04-30 21:25:10 UTC) #2
Bob Nystrom
7 years, 7 months ago (2013-04-30 21:56:54 UTC) #3
Message was sent while issue was closed.
One nit (which you can probably ignore since this is TBR) but LGTM.

https://codereview.chromium.org/14694002/diff/1/pkg/oauth2/test/client_test.dart
File pkg/oauth2/test/client_test.dart (right):

https://codereview.chromium.org/14694002/diff/1/pkg/oauth2/test/client_test.d...
pkg/oauth2/test/client_test.dart:120: expect(client.refreshCredentials(),
throwsA(isStateError));
You can use throwsStateError.

Powered by Google App Engine
This is Rietveld 408576698