#2475: Activate session_filter makes the quickstarted test_controllers tests 
fails
------------------------+---------------------------------------------------
 Reporter:  cdevienne   |        Owner:                  
     Type:  defect      |       Status:  new             
 Priority:  normal      |    Milestone:  __unclassified__
Component:  TurboGears  |      Version:  1.1 HEAD        
 Severity:  normal      |   Resolution:                  
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by cdevienne):

 Same one with correct formatting.

 {{{
 #!python

 432 if cookie:
 433     for line in cookie.split("\n"):
 434         name, value = line.split(": ", 1)
 435         self.header_list.append((name, value))
 }}}

 with :

 {{{
 #!python

 432 if cookie:
 433     for line in cookie.split("\n"):
 434         name, value = line.strip('\r').split(": ", 1)
 435         self.header_list.append((name, value))

 }}}

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2475#comment:2>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

-- 
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en

Reply via email to