def setup
@api_key = '86e18ef2a064ff2255845e029208d7f4'
@email = 'sco@redgreenblu.com'
@password = 'flickr.rb'
@username = 'flickr.rb'
@user_id = '35034359890@N01'
@photo_id = '8649502'
@tag = 'onetag'
@tags = 'onetag twotag'
@tag_id = '27359619'
@date_posted = '2005-01-01 16:01:26'
@dates = '1093566950'
@group_id = '37718676860@N01'
@group_url = 'http://flickr.com/groups/kansascity/'
@user_url = 'http://flickr.com/photos/sco/'
@title = 'New Set'
@f = MockFlickr.new
@f.login(@email, @password)
@u = @f.users(@email)
end