bda-research / node-webcrawler

Crawler is a web spider written with Nodejs. It gives you the full power of jQuery on the server to parse a big number of pages as they are downloaded, asynchronously
MIT License
41 stars 7 forks source link

travis build fails #5

Closed heshamsafi closed 8 years ago

heshamsafi commented 8 years ago

1) Request tests should crawl a gzip response: Uncaught AssertionError: expected false to be true

I have determined that the problem is with the test case. I will send a pull request with a fix in a few minutes.

darrenqc commented 8 years ago

Thank @heshamsafi for helping solve the problem. Please refer to commit 9ef68cbbdce0f4b8332a3d4470cf47afcb6e1d2f for detail.