Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/all.js

Issue 29941694: Noissue - Fix *_BINARY=installed after update to selenium-webdriver 4.0 (Closed)
Patch Set: Fixed unrelated typo Created Nov. 10, 2018, 3:32 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/browsers/chromium.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/all.js
===================================================================
--- a/test/all.js
+++ b/test/all.js
@@ -29,8 +29,8 @@
if (spec)
{
if (spec == "installed")
- return Promise.resolve("");
- if (spec.startswith("path:"))
+ return Promise.resolve(null);
+ if (spec.startsWith("path:"))
return Promise.resolve(spec.substr(5));
if (spec.startsWith("download:"))
version = spec.substr(9);
« no previous file with comments | « no previous file | test/browsers/chromium.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld