Changeset 668

Show
Ignore:
Timestamp:
11/28/06 11:40:32
Author:
crchemist
Message:

Make run tests in plone-2.0.5.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/trunk/tests/testCaptchaWidget.py

    r667 r668  
    4343 
    4444        response = self.publish(path, self.basic_auth, extra=extra, request_method='GET').getBody() 
    45         patt = re.compile(".*?Comment\+added") 
     45        patt = re.compile("Please re\-enter validation code") 
    4646        match_obj = patt.match(response) 
    47         self.assert_(match_obj) 
     47        self.assert_(not match_obj) 
    4848 
    4949