[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Failing tests from Mechanize gem

John Maclean

6/2/2009 2:46:00 PM

Chaps,

I'm using the Mechanize gem and it's all good. However there are some
tests that fail within /lib/ruby/gems/1.9.1/gems/mechanize-0.9.2/test/.

Nothing too major at the mo, just stuff about radio buttons. In the
meantime if I where to get around debugging and squashing the failing
tests, to whom should I send them to?


*** LOCAL GEMS ***

doctest (0.0.1)
hotmailer (1.0.1)
hpricot (0.8.1)
mechanize (0.9.2)
minitest (1.3.1)
nokogiri (1.3.0)
rake (0.8.4)
rdoc (2.2.2)
test-unit (2.0.2)

--
/dev/jayeola

John Maclean
MSc. (DIC)
+7739 171 531

1 Answer

Aaron Patterson

6/2/2009 3:56:00 PM

0

On Tue, Jun 02, 2009 at 11:45:33PM +0900, John Maclean wrote:
> Chaps,
>
> I'm using the Mechanize gem and it's all good. However there are some
> tests that fail within /lib/ruby/gems/1.9.1/gems/mechanize-0.9.2/test/.
>
> Nothing too major at the mo, just stuff about radio buttons. In the
> meantime if I where to get around debugging and squashing the failing
> tests, to whom should I send them to?

You should send them to me. I am the maintainer. The only problem is
that currently all tests pass for me.

Make sure you're using the latest checkout from github:

http://github.com/tenderlove/mechanize/t...

Also, make sure that you are running libxml2 2.7.3. I suspect you're
running in to encoding problems with an older version of libxml2.

--
Aaron Patterson
http://tenderlovem...