This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Description
What steps will reproduce the problem?
1. Create a test_config.yml: the username and password should be for a
*GOOGLE APPS* user, e.g., someone@yourdomain.com (NOT someone@gmail.com)
2. ruby test/tc_gdata_client_calendar.rb
What is the expected output? PASS What do you see instead?
FAIL:
1) Failure:
test_get_all_calendars(TC_GData_Client_Calendar)
[test/tc_gdata_client_calendar.rb:29]:
Must not be a redirect.
<200> expected but was
<302>.
What version of the product are you using? On what operating system?
gdata-ruby-util: 1.1.1
Ruby 1.8.6 (fails on hoang's version for 1.9.1, too --
http://code.google.com/u/hoanga/)
OS/X 10.5
Please provide any additional information below.
I don't understand the redirect strategy in general. I could patch the
library to follow the redirect, but am not sure if this is the best strategy.
Original issue reported on code.google.com by john.g.norman@gmail.com on 29 Apr 2010 at 2:34