search for: testfestool

Displaying 1 result from an estimated 1 matches for "testfestool".

2010 Feb 25
0
SocketError: getaddrinfo: Name or service not known --> error while running test case
Hi all, I am getting the below error when I try to run my test case. I have already started selenium RC server (port:4444).. Also I have specified " 127.0.0.1 localhost " in /etc/hosts ... :ruby test1.rb Loaded suite test1 Started E Finished in 0.022698 seconds. 1) Error: testfestool(Test1): SocketError: getaddrinfo: Name or service not known /usr/lib/ruby/1.8/net/http.rb:560:in `initialize'' /usr/lib/ruby/1.8/net/http.rb:560:in `open'' /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' /usr/lib/ruby/1.8/timeout.rb:56:in `timeout''...