Changeset 275


Ignore:
Timestamp:
17-06-07 13:45:59 (6 years ago)
Author:
thomas
Message:
  • moap/test/test_commands_cl.py: Fix test to use moap cl prep -c (since it's no longer the default).
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r274 r275  
     12007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/test/test_commands_cl.py: 
     4          Fix test to use moap cl prep -c (since it's no longer the default). 
     5 
    162007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • trunk/moap/test/test_commands_cl.py

    r267 r275  
    153153        # print c.do([self.livedir, ]) 
    154154 
    155         log.debug('unittest', 'moap cl prep') 
     155        log.debug('unittest', 'moap cl prep -c') 
    156156        c = cl.Prepare(stdout=common.FakeStdOut()) 
    157         c.do([self.livedir, ]) 
     157        c.parse(['-c', self.livedir, ]) 
    158158        # FIXME: the diff command will diff relative paths; 
    159159        # so running just moap cl diff will not actually change to the repo 
     
    196196 
    197197        # prepare entry 
    198         log.debug('unittest', 'moap cl prep') 
     198        log.debug('unittest', 'moap cl prep -c') 
    199199        c = cl.Prepare(stdout=common.FakeStdOut()) 
    200         c.do([self.livedir, ]) 
     200        c.parse(['-c', self.livedir, ]) 
    201201 
    202202        # now check the fresh ChangeLog entry 
Note: See TracChangeset for help on using the changeset viewer.