mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
enable valid test, #25539
This commit is contained in:
parent
13b11919c6
commit
350be19085
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue