提交 350be190 编写于 作者: J Johannes Rieken

enable valid test, #25539

上级 13b11919
......@@ -75,10 +75,6 @@ suite('workspace-namespace', () => {
});
test('openTextDocument, untitled is dirty', function () {
if (process.platform === 'win32') {
return; // TODO@Joh this test fails on windows
}
return workspace.openTextDocument(Uri.parse('untitled:' + join(workspace.rootPath || '', './newfile.txt'))).then(doc => {
assert.equal(doc.uri.scheme, 'untitled');
assert.ok(doc.isDirty);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册