Commit 8845e70
committed
Edge: correct URL to local resource in tests #1670
The URL used for the `test_setUrl_Local()` browser test case currently
only consists of a file path when provided via the `PLUGIN_PATH`
environment variable, e.g., during I-Build test execution.
Edge does, however, require a valid URL with an according protocol
prefix. Currently, the drive prefix of the file path is erroneously
treated as the protocol.
This change properly converts the path to a URL.
Fixes #16701 parent 49fd6b0 commit 8845e70
File tree
1 file changed
+1
-1
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
| 765 | + | |
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| |||
0 commit comments