Project

General

Profile

Revision 4317b204

ID4317b204eab4831e290c2d454a7a6a3a9b0092f3
Parent 53fda08d
Child 67c8e59e

Added by Francois POIROTTE over 14 years ago

Suppression d'un "print" de debug qui pollue les résultats.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@1740 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/tests/functional/test_search_form_misc.py
102 102
        response = self.app.get('/?trouble_ticket=bar',
103 103
            extra_environ={'REMOTE_USER': 'manager'})
104 104
        transaction.commit()
105
        print response.body
106 105

  
107 106
        # Il doit y avoir 1 seule ligne de résultats.
108 107
        rows = response.lxml.xpath('//table[@class="vigitable"]/tbody/tr')

Also available in: Unified diff