Changeset 1208 in tailor


Ignore:
Timestamp:
07/05/06 19:05:41 (7 years ago)
Author:
Adeodato Simo <dato@…>
Hash name:
20060705170541-d6905-a315afad457c38f2271c7e8deeffd5728974228b
Message:

[tests/darcs] update after the "don't repeat patch name in changelog" fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/tests/darcs.py

    r1179 r1208  
    5656        self.assertEqual(cset.author, "lele@nautilus.homeip.net") 
    5757        self.assertEqual(cset.date, datetime(2004, 7, 16, 12, 37, 37)) 
    58         self.assertEqual(cset.log, 
    59                          "Fix the CVS parser to omit already seen changesets\n" 
    60                          "For some unknown reasons....") 
     58        self.assertEqual(cset.log, "For some unknown reasons....") 
    6159        entry = cset.entries[0] 
    6260        self.assertEqual(entry.name, 'vcpx/cvs.py') 
Note: See TracChangeset for help on using the changeset viewer.