Displaying 1 result from an estimated 1 matches for "test_do_it".
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
...play around with the AWS part of Rails,
and I''m running into problems with the functional tests. If I use the
generator to create the web service as
./script/generate web_sevice MyTest do_it
and then run the unit tests without further editing the code, I get
the following error:
test_do_it(MyTestControllerApiTest):
ArgumentError: illegal refid http://test.host/login
/usr/local/ruby/lib/ruby/1.8/soap/baseData.rb:166:in `decode''
/usr/local/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in
`decode_tag''
/usr/local/ruby/lib/ruby/1.8/s...