Changeset 2965

Show
Ignore:
Timestamp:
02/24/07 12:07:14 (2 years ago)
Author:
mscott
Message:

minor tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/tests/functional/test_transactions.py

    r2959 r2965  
    4444        assert bar.value == u'' 
    4545        bar.value = 'newvalue123' 
    46         # Save the form and follow its redirection. 
     46        # Submit the form and follow its redirection. 
    4747        response = form.submit() 
    4848        response = response.follow() 
     
    5050        assert 'newvalue123' in response 
    5151         
    52     def test_execute(self): 
     52    def test_execute_create(self): 
    5353        # Get the transaction. 
    5454        response = self.app.post(