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

Unified Diff: extensions/common/api/test.json

Issue 1409163006: Migrating tests to use EmbeddedTestServer (/chrome/browser misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase bug. Created 5 years, 1 month 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: extensions/common/api/test.json
diff --git a/extensions/common/api/test.json b/extensions/common/api/test.json
index f4e193f4c5f2e82f26eb887df1f5c8b79f3c89c7..f78ef4fc796454869b8823153d4d636c224de617 100644
--- a/extensions/common/api/test.json
+++ b/extensions/common/api/test.json
@@ -49,10 +49,10 @@
}
}
},
- "spawnedTestServer": {
+ "embeddedTestServer": {
"type": "object",
"optional": true,
- "description": "Details on the spawned test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartSpawnedTestServer().",
+ "description": "Details on the embedded test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartTestServer().",
"properties": {
"port": {
"type": "integer",

Powered by Google App Engine
This is Rietveld 408576698