Changeset 7506 for main/waeup.sirp/trunk/src/waeup/sirp/tests
- Timestamp:
- 25 Jan 2012, 11:05:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/tests/test_smtp.py
r7476 r7506 334 334 transaction.commit() # The mail is really sent when transactions is 335 335 # committed 336 self.assert Equal(result, 'asd')336 self.assertTrue('@' in result) 337 337 return 338 338 … … 351 351 transaction.commit() # The mail is really sent when transactions is 352 352 # committed 353 self.assert Equal(result, 'asd')354 return 353 self.assertTrue('@' in result) 354 return
Note: See TracChangeset for help on using the changeset viewer.