Ignore:
Timestamp:
24-06-09 17:34:42 (4 years ago)
Author:
thomas
Message:

add a note

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/moap/test/test_commands_cl.py

    r384 r407  
    303303\t  some content 
    304304""") 
    305         c = cl.ChangeLog() 
     305        # FIXME: setting stdout and stderr doesn't work yet 
     306        c = cl.ChangeLog(stdout=open('/dev/null'), stderr=open('/dev/null')) 
    306307        ret = c.parse(['-C', self.livedir, 'checkin']) 
    307308        self.assertEquals(ret, 0) 
Note: See TracChangeset for help on using the changeset viewer.