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

fix tests with boundary by injecting boundry from header #279

Merged
merged 1 commit into from
Jul 5, 2012
Merged

fix tests with boundary by injecting boundry from header #279

merged 1 commit into from
Jul 5, 2012

Conversation

benatkin
Copy link
Contributor

@benatkin benatkin commented Jul 5, 2012

This is in response to #277. I traced the error and found that it was due to a change that made the request text contain a randomly generated UUID. This made it so that it couldn't be compared with a static piece of text. I added a token to it and made it find the boundary in the header and put the boundary into the text. All tests pass now. More info is in my comments on #277.

I also clarified what happens when Squid isn't installed, so the person running the test knows that all tests that ran passed, that the test was skipped, and that squid needs to be installed to test tunneling.

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