sobjects/test/unittest_hooks.py
branchtls-sprint
changeset 1802 d628defebc17
parent 0 b97547f5f1fa
child 1977 606923dff11b
--- a/sobjects/test/unittest_hooks.py	Thu May 14 10:24:56 2009 +0200
+++ b/sobjects/test/unittest_hooks.py	Thu May 14 11:38:40 2009 +0200
@@ -13,7 +13,7 @@
                              {'e': u.eid})[0][0]
         self.assertEquals(tname, 'jijoe')
 
-    
+
     def test_auto_delete_bookmarks(self):
         beid = self.execute('INSERT Bookmark X: X title "hop", X path "view", X bookmarked_by U '
                             'WHERE U login "admin"')[0][0]
@@ -25,6 +25,6 @@
         self.execute('DELETE X bookmarked_by U WHERE U login "anon"')
         self.commit()
         self.failIf(self.execute('Any X WHERE X eid %(x)s', {'x': beid}, 'x'))
-        
+
 if __name__ == '__main__':
     unittest_main()