[server/test] delete commented-out test
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 11 Jun 2014 18:18:37 +0200
changeset 10367 8fc24ce5317e
parent 10366 38c7598b5c61
child 10368 1691be295517
[server/test] delete commented-out test Related to #3933480.
server/test/unittest_repository.py
--- a/server/test/unittest_repository.py	Wed Jun 11 17:58:19 2014 +0200
+++ b/server/test/unittest_repository.py	Wed Jun 11 18:18:37 2014 +0200
@@ -222,16 +222,6 @@
             no_is_rset = cnx.execute('Any X WHERE NOT X is ET')
             self.assertFalse(no_is_rset, no_is_rset.description)
 
-#     def test_perfo(self):
-#         self.set_debug(True)
-#         from time import time, clock
-#         t, c = time(), clock()
-#         try:
-#             self.create_user('toto')
-#         finally:
-#             self.set_debug(False)
-#         print 'test time: %.3f (time) %.3f (cpu)' % ((time() - t), clock() - c)
-
     def test_delete_if_singlecard1(self):
         with self.admin_access.repo_cnx() as cnx:
             note = cnx.create_entity('Affaire')