hi,
i have a problem with content type when testing. my controller has
the following:
@expose("addressbook.templates.contacts.get_all")
@expose(content_type="text/x-vcard") # i set the extension
to .vcard/.vcf
anyway, this is all good until i start writing functional tests. for
some reason, when i run app.get(...), it always return in vcard
format. i could work around this with app.get(get_all.html) and get
it in html for get_all and get_one. but when i test post and it
redirects to get_one after a successful insert, it will be in vcard
format again.
is there a way for me to set the default/priority of content type? or
is there a way for me to tell response.follow() to use text/html
instead of text/vcard?
many thanks,
steve
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.