From e9f264a4570aac9bc75fff91403a0c0bbd7549eb Mon Sep 17 00:00:00 2001 From: Martin Derka Date: Thu, 14 Apr 2016 15:20:31 -0700 Subject: [PATCH] Rephrased the text. --- TESTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTING.md b/TESTING.md index 3c4bb967f2eb..05b694368a5b 100644 --- a/TESTING.md +++ b/TESTING.md @@ -58,7 +58,7 @@ gcloud beta emulators datastore start --host-port : #### On your machine -You can test against a temporary local DNS by following these steps: +You can test against a in-memory local DNS by following these steps: 1. Before running your testing code, start the DNS emulator `LocalDnsHelper`. This can be done as follows: @@ -72,7 +72,7 @@ You can test against a temporary local DNS by following these steps: The `delay` parameter determines if change requests should be processed synchronously (value `0`) or in a separate thread with a delay of `delay` milliseconds. -2. In your program, create and use a DNS service object whose host is set to `localhost` at the appropriate port. For example: +2. In your program, create and use a DNS service object by using the `options()` of `LocalDnsHelper`. For example: ```java Dns dns = LocalDnsHelper.options().service(); @@ -118,7 +118,7 @@ Here is an example that clears the bucket created in Step 3 with a timeout of 5 #### On your machine -You can test against a temporary local Resource Manager by following these steps: +You can test against a in-memory local Resource Manager by following these steps: 1. Before running your testing code, start the Resource Manager emulator `LocalResourceManagerHelper`. This can be done as follows: