-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tests fail in Firefox 18 beta #162
Comments
Actually |
So it appears that the server is sending back the file contents that the test is requesting, even when using the Should superagent force the response text to be empty on |
oh weird, that's messed, FF is always doing weird shit like this, node should be dropping the response body though I'll have a look thanks for the report |
im guessing that since test.request.js is loaded FF is serving it straight from cache or something |
I'm running the tests in Firefox 18 beta on Windows. The tests consistently fail in the
simple HEAD
test at line 26 in test.request.js with the messageError: res.text
.For some reasonI tried the tests in Chrome and IE10 on the same computer and they all work.res.text
is undefined in Firefox 18 beta.EDIT:
res.text
is supposed to be undefined, see comment below.The text was updated successfully, but these errors were encountered: