Changeset 275
- Timestamp:
- 17-06-07 13:45:59 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
moap/test/test_commands_cl.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r274 r275 1 2007-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 1 6 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org> 2 7 -
trunk/moap/test/test_commands_cl.py
r267 r275 153 153 # print c.do([self.livedir, ]) 154 154 155 log.debug('unittest', 'moap cl prep ')155 log.debug('unittest', 'moap cl prep -c') 156 156 c = cl.Prepare(stdout=common.FakeStdOut()) 157 c. do([self.livedir, ])157 c.parse(['-c', self.livedir, ]) 158 158 # FIXME: the diff command will diff relative paths; 159 159 # so running just moap cl diff will not actually change to the repo … … 196 196 197 197 # prepare entry 198 log.debug('unittest', 'moap cl prep ')198 log.debug('unittest', 'moap cl prep -c') 199 199 c = cl.Prepare(stdout=common.FakeStdOut()) 200 c. do([self.livedir, ])200 c.parse(['-c', self.livedir, ]) 201 201 202 202 # now check the fresh ChangeLog entry
Note: See TracChangeset
for help on using the changeset viewer.
