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

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: Rebase. 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
« no previous file with comments | « chrome/test/data/redirect-loop.html.mock-http-headers ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/test.json
diff --git a/extensions/common/api/test.json b/extensions/common/api/test.json
index f4e193f4c5f2e82f26eb887df1f5c8b79f3c89c7..55809fda7fc24485ba414ff01b9f55d769daa09f 100644
--- a/extensions/common/api/test.json
+++ b/extensions/common/api/test.json
@@ -39,20 +39,7 @@
"testServer": {
"type": "object",
"optional": true,
- "description": "Details on the test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartTestServer().",
- "properties": {
- "port": {
- "type": "integer",
- "description": "The port on which the test server is listening.",
- "minimum": 1024,
- "maximum": 65535
- }
- }
- },
- "spawnedTestServer": {
- "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 test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartEmbeddedTestServer().",
"properties": {
"port": {
"type": "integer",
« no previous file with comments | « chrome/test/data/redirect-loop.html.mock-http-headers ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698