At file:///net/bigmamac/Volumes/home/vila/.bazaar/plugins/email/

------------------------------------------------------------
revno: 38
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Vincent Ladeuil <[EMAIL PROTECTED]>
branch nick: email
timestamp: Mon 2008-12-08 18:04:31 +0100
message:
  Fix test suite ERRORs.
  
  * testemail.py:
  (TestGetTo.get_sender): '\r' are now illegal (and cought as such)
  in commit messages (since [EMAIL PROTECTED] fixing bug #295161).
=== modified file 'tests/testemail.py'
--- a/tests/testemail.py        2008-05-21 08:39:45 +0000
+++ b/tests/testemail.py        2008-12-08 17:04:31 +0000
@@ -149,7 +149,7 @@
     def get_sender(self, text=sample_config):
         self.branch = BzrDir.create_branch_convenience('.')
         tree = self.branch.bzrdir.open_workingtree()
-        tree.commit('foo bar baz\nfuzzy\rwuzzy', rev_id='A',
+        tree.commit('foo bar baz\nfuzzy\nwuzzy', rev_id='A',
             allow_pointless=True,
             timestamp=1,
             timezone=0,

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to