[tor-bugs] #6840 [Stem]: Fails to run run-tests.py
    Tor Bug Tracker & Wiki 
    torproject-admin at torproject.org
       
    Fri Sep 14 15:33:41 UTC 2012
    
    
  
#6840: Fails to run run-tests.py
-------------------------+--------------------------------------------------
    Reporter:  artagnon  |       Owner:  atagar
        Type:  defect    |      Status:  closed
    Priority:  normal    |   Milestone:        
   Component:  Stem      |     Version:        
  Resolution:  fixed     |    Keywords:        
      Parent:            |      Points:        
Actualpoints:            |  
-------------------------+--------------------------------------------------
Changes (by atagar):
  * status:  new => closed
  * resolution:  => fixed
Comment:
 Thanks Ram! Fix pushed. I also figured out why the tests passed before I
 pushed - with python 2.7 it's shorthand for making a set (... that's a new
 one for me).
 {{{
 >>> test_inputs = {
 ... "256.0.0.0",
 ... "-1.0.0.0",
 ... }
 >>> test_inputs
 set(['256.0.0.0', '-1.0.0.0'])
 }}}
 Cheers! -Damian
-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6840#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list