提交 8d1935dd 编写于 作者: J Johannes Rieken

fix test

上级 09473dd8
......@@ -63,6 +63,6 @@ suite('ExtHostWorkspace', function () {
assert.equal(ws.getPath(), undefined);
ws = new ExtHostWorkspace(new TestThreadService(), { id: 'foo', name: 'Test', roots: [URI.file('/Folder')] });
assert.equal(ws.getPath(), '/Folder');
assert.equal(ws.getPath().replace(/\\/g, '/'), '/Folder');
});
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册