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

Unified Diff: mojo/dart/unittests/embedder_tests/bindings_generation_test.dart

Issue 1998433002: Dart: Adds Interface and InterfaceRequest interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/dart/unittests/embedder_tests/bindings_generation_test.dart
diff --git a/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart b/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart
index e3fb3ece570789a923d4a1dd9100bcc8279159aa..ec6b8adba25f24ef5597bf95c9c744495d19a971 100644
--- a/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart
+++ b/mojo/dart/unittests/embedder_tests/bindings_generation_test.dart
@@ -653,16 +653,10 @@ testValidateInterfaceType() {
_checkMojomInterface(mi, shortName, fullIdentifier, methodMap);
- // The proxy and stub need to have a valid serviceDescription.
- var boundsCheckProxyController =
- new validation.BoundsCheckTestInterfaceProxy.unbound().ctrl;
var boundsCheckStubDescription =
- validation.BoundsCheckTestInterfaceStub.serviceDescription;
+ validation.BoundsCheckTestInterface.serviceDescription;
_checkServiceDescription(
- boundsCheckProxyController.serviceDescription, interfaceID, shortName,
- fullIdentifier, methodMap);
- _checkServiceDescription(
boundsCheckStubDescription, interfaceID, shortName, fullIdentifier,
methodMap);
}

Powered by Google App Engine
This is Rietveld 408576698