diff options
Diffstat (limited to 'testsuite/pyunit/lsp/003errors')
-rw-r--r-- | testsuite/pyunit/lsp/003errors/crash1.json | 8 | ||||
-rw-r--r-- | testsuite/pyunit/lsp/003errors/crash2.json | 10 | ||||
-rw-r--r-- | testsuite/pyunit/lsp/003errors/replies.json | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/pyunit/lsp/003errors/crash1.json b/testsuite/pyunit/lsp/003errors/crash1.json index 155770d78..49c43326b 100644 --- a/testsuite/pyunit/lsp/003errors/crash1.json +++ b/testsuite/pyunit/lsp/003errors/crash1.json @@ -5,8 +5,8 @@ "method": "initialize", "params": { "processId": 27805, - "rootPath": "/home/tgingold/work/vhdl-language-server/tests/003errors", - "rootUri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors", + "rootPath": "003errors", + "rootUri": "file://003errors", "capabilities": { "workspace": { "applyEdit": true, @@ -203,7 +203,7 @@ "trace": "off", "workspaceFolders": [ { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors", + "uri": "file://003errors", "name": "003errors" } ] @@ -219,7 +219,7 @@ "method": "textDocument/didOpen", "params": { "textDocument": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://003errors/tc.vhdl", "languageId": "vhdl", "version": 74, "text": "library ieee;\nuse ieee.std_logic_1164.all;\nuse ieee.std_logic_unsigned.all;\n\nentity \n" diff --git a/testsuite/pyunit/lsp/003errors/crash2.json b/testsuite/pyunit/lsp/003errors/crash2.json index ab12ed3bf..4891a0207 100644 --- a/testsuite/pyunit/lsp/003errors/crash2.json +++ b/testsuite/pyunit/lsp/003errors/crash2.json @@ -5,8 +5,8 @@ "method": "initialize", "params": { "processId": 30387, - "rootPath": "/home/tgingold/work/vhdl-language-server/tests/003errors", - "rootUri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors", + "rootPath": "003errors", + "rootUri": "file://003errors", "capabilities": { "workspace": { "applyEdit": true, @@ -203,7 +203,7 @@ "trace": "off", "workspaceFolders": [ { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors", + "uri": "file://003errors", "name": "003errors" } ] @@ -219,7 +219,7 @@ "method": "textDocument/didOpen", "params": { "textDocument": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://003errors/tc.vhdl", "languageId": "vhdl", "version": 172, "text": "library ieee;\nuse ieee.std_logic_1164.all;\nuse ieee.std_logic_unsigned.all;\n\nentity tb is\nend tb;\n\narchitecture behav of tb is\n signal s : std_logic_vector(7 downto 0);\nbegin\n assert s != x\"73\";\n end process;\nend behav; \n" @@ -232,7 +232,7 @@ "method": "textDocument/documentSymbol", "params": { "textDocument": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl" + "uri": "file://003errors/tc.vhdl" } } } diff --git a/testsuite/pyunit/lsp/003errors/replies.json b/testsuite/pyunit/lsp/003errors/replies.json index 88f962da5..dd52af8cd 100644 --- a/testsuite/pyunit/lsp/003errors/replies.json +++ b/testsuite/pyunit/lsp/003errors/replies.json @@ -70,7 +70,7 @@ "kind": 2, "name": "tb", "location": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://003errors/tc.vhdl", "range": { "start": { "line": 4, @@ -87,7 +87,7 @@ "kind": 2, "name": "behav", "location": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://003errors/tc.vhdl", "range": { "start": { "line": 7, |