aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-08-09 15:37:21 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-08-09 15:46:26 -0700
commit42898cf54de2a1ad9216121c7c2c835627d6fb61 (patch)
tree5660fb558f52309f176bf30ed9078e375cb7ee36 /src/objective-c/tests/InteropTests.h
parent2eacf7b780a56919d5ec48afd5f1c6032450943d (diff)
Add remote interop tests to the suite of tests.
This would have caught the encoding problem with the default root certificates.
Diffstat (limited to 'src/objective-c/tests/InteropTests.h')
-rw-r--r--src/objective-c/tests/InteropTests.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/tests/InteropTests.h b/src/objective-c/tests/InteropTests.h
index 4eb97e9e06..1045c3d124 100644
--- a/src/objective-c/tests/InteropTests.h
+++ b/src/objective-c/tests/InteropTests.h
@@ -37,8 +37,7 @@
// https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
@interface InteropTests : XCTestCase
-// Returns @"localhost:5050".
+// Returns @"grpc-test.sandbox.google.com".
// Override in a subclass to perform the same tests against a different address.
-// For interop tests, use @"grpc-test.sandbox.google.com".
+ (NSString *)host;
@end