Ignore:
Timestamp:
Oct 25, 2012 10:12:14 AM (11 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/tests/testInstalled.py

    r3430 r3606  
    2626                p = p[9:] 
    2727            self.assertEqual(p in installed, True, 
    28                 '"%s" product not installed' % p) 
     28                             '"%s" product not installed' % p) 
    2929 
    3030    def testType(self): 
     
    5353            paths = filter(None, map(string.strip, spath.split(','))) 
    5454            self.assertEqual("qplonecaptchafield" in paths, True, 
    55                 '"qplonecaptchafield" layer not present in "%s" skin' % sname) 
     55                             '"qplonecaptchafield" layer not present ' 
     56                             'in "%s" skin' % sname) 
    5657 
    5758 
     
    7071            self.assertEqual(visibility, {'view': 'invisible', 
    7172                                          'edit': 'invisible'}, 
    72                 '"%s" field is not hidden, but %s:' % (field, visibility)) 
     73                             '"%s" field is not hidden, but %s:' % 
     74                             (field, visibility)) 
    7375 
    7476    def testFGField(self): 
Note: See TracChangeset for help on using the changeset viewer.