Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Add test case for issue #5882 #6399

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

wanghongjuan
Copy link
Contributor

@wanghongjuan wanghongjuan commented Jan 18, 2018

if platform.system() == "Windows":
subprocess.call(["npm", "install", "request"], shell=True)
else:
subprocess.call(["npm", "install", "request"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use the util function to install the module.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@wanghongjuan wanghongjuan force-pushed the issue5882-add-test branch 4 times, most recently from 2308d35 to bd69514 Compare February 6, 2018 09:15
- This case is failed on failed version 0.21.2, pass on fixed version 0.27.4
@rogerwang rogerwang merged commit 115eaf2 into nwjs:nw28 Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants