branch | tls-sprint |
changeset 1802 | d628defebc17 |
parent 0 | b97547f5f1fa |
child 1977 | 606923dff11b |
--- a/sobjects/test/unittest_email.py Thu May 14 10:24:56 2009 +0200 +++ b/sobjects/test/unittest_email.py Thu May 14 11:38:40 2009 +0200 @@ -22,7 +22,7 @@ self.commit() self.assertEquals(self.execute('Any A WHERE U use_email X, U login "admin", X address A')[0][0], 'admin@logilab.fr') - + if __name__ == '__main__': from logilab.common.testlib import unittest_main