From 115c91319dac7b71a8572dfbe3c64564962b14c9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 14 Jan 2021 19:44:57 +0100 Subject: pyunit/lsp: fix and reenable some tests --- testsuite/pyunit/lsp/003errors/replies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/pyunit/lsp/003errors/replies.json') diff --git a/testsuite/pyunit/lsp/003errors/replies.json b/testsuite/pyunit/lsp/003errors/replies.json index 02e9cac85..88f962da5 100644 --- a/testsuite/pyunit/lsp/003errors/replies.json +++ b/testsuite/pyunit/lsp/003errors/replies.json @@ -27,7 +27,7 @@ "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://pyunit/lsp/003errors/tc.vhdl", "diagnostics": [ { "source": "ghdl", -- cgit v1.2.3