Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-zowe into v1.0.x

Luckily master did not have any enhancements yet.

Signed-off-by: zFernand0 <fernando.rijocedeno@broadcom.com>
  • Loading branch information
zFernand0 committed Dec 11, 2019
2 parents 8160760 + ea6c44a commit 30f8d85
Show file tree
Hide file tree
Showing 29 changed files with 355 additions and 395 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
// Make sure people do not accidentally forget to sign
"git.alwaysSignOff": true
"git.alwaysSignOff": true,
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 2 additions & 2 deletions __tests__/__integration__/extension.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe("Extension Integration Tests", () => {
const stubresolve = sandbox.stub(utils, "resolveQuickPickHelper");
stubresolve.returns(new utils.FilterItem(profileNamesList[0]));

await extension.addSession(testTree);
await extension.addZoweSession(testTree);
expect(testTree.mSessionNodes[testTree.mSessionNodes.length - 1].label).to.equal(profileNamesList[0]);
}).timeout(TIMEOUT);
});
Expand Down Expand Up @@ -944,7 +944,7 @@ describe("Extension Integration Tests - USS", () => {
const stubresolve = sandbox.stub(utils, "resolveQuickPickHelper");
stubresolve.returns(new utils.FilterItem(profileNamesList[0]));

await extension.addUSSSession(ussTestTree);
await extension.addZoweSession(ussTestTree);
expect(ussTestTree.mSessionNodes[ussTestTree.mSessionNodes.length - 1].label).to.equal(profileNamesList[0]);
}).timeout(TIMEOUT);
});
Expand Down
30 changes: 0 additions & 30 deletions __tests__/__unit__/__snapshots__/extension.unit.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ Array [
"group": "inline",
"when": "view == zowe.explorer && viewItem == member_fav",
},
Object {
"command": "zowe.refreshNode",
"group": "inline",
"when": "view == zowe.explorer && viewItem == member_fav",
},
Object {
"command": "zowe.refreshNode",
"group": "0_mainframeInteraction",
Expand Down Expand Up @@ -187,16 +182,6 @@ Array [
"group": "inline",
"when": "view == zowe.explorer && viewItem == ds",
},
Object {
"command": "zowe.renameDataSetMember",
"group": "6_modification@2",
"when": "view == zowe.explorer && viewItem == member_fav",
},
Object {
"command": "zowe.refreshNode",
"group": "inline",
"when": "view == zowe.explorer && viewItem == ds",
},
Object {
"command": "zowe.refreshNode",
"group": "0_mainframeInteraction",
Expand Down Expand Up @@ -242,21 +227,6 @@ Array [
"group": "inline",
"when": "view == zowe.explorer && viewItem == ds_fav",
},
Object {
"command": "zowe.copyDataSet",
"group": "9_cutcopypaste",
"when": "view == zowe.explorer && viewItem == ds",
},
Object {
"command": "zowe.pasteDataSet",
"group": "9_cutcopypaste",
"when": "view == zowe.explorer && viewItem == ds",
},
Object {
"command": "zowe.refreshNode",
"group": "inline",
"when": "view == zowe.explorer && viewItem == ds_fav",
},
Object {
"command": "zowe.refreshNode",
"group": "0_mainframeInteraction",
Expand Down
Loading

0 comments on commit 30f8d85

Please sign in to comment.