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

This modifications fix the use of regex with glob on windows. #89

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jrubstein
Copy link

Getting the test by URL and finding the base file of the test to inject inject.js were done using the path as string. Since windows uses '' instead of '/' the script was never injected.

@yahoocla
Copy link

yahoocla commented Aug 8, 2014

Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄

@jrubstein
Copy link
Author

The CLA was sent.

@reid
Copy link
Contributor

reid commented Aug 12, 2014

Thanks! I'll review this by the end of tomorrow.

On Aug 11, 2014, at 4:10 PM, jrubstein [email protected] wrote:

The CLA was sent.


Reply to this email directly or view it on GitHub.

@@ -9,6 +9,7 @@ var TestSpecification = require("./test-specification");
var TestServer = require("./http/test-server");

var WebDriverCollection = require("./webdriver-collection");
var path = require('path');
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use double-quotes. Thank you!

@yahoocla
Copy link

CLA is valid!

@@ -97,7 +97,7 @@ var Hub = module.exports = function Hub(options) {

this._setupEvents();

this.mountpoint = "/";
this.mountpoint = '/';
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here.

@reid
Copy link
Contributor

reid commented Aug 12, 2014

This looks good. Please match existing quote style and I'll get this merged in and released.

Thanks so much for fixing this! 😃

@jrubstein
Copy link
Author

Hello @reid , all the changes were done and pushed.
Regards,
Jonathan.

@jrubstein
Copy link
Author

Hello @reid , Were you able to check the modifications?
Regards,
Jonathan.

@reid
Copy link
Contributor

reid commented Aug 19, 2014

Thanks for the ping @jrubstein! I'll review this today.

@reid
Copy link
Contributor

reid commented Aug 21, 2014

Hey @jrubstein, your changes passed tests locally with a old set of npm dependencies. I have attempted to test with a clean npm install but the test suite hangs. This will require more investigation.

The hang is likely due to a new dependency being loaded that breaks the test suite.

I will look into this over the weekend, but feel free to help if you can! Otherwise, I'll get back to you about what I find next week.

@jrubstein
Copy link
Author

@reid do you have any updates regarding this pull request?
Thanks
Jonathan.

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.

3 participants