Changeset 2965
- Timestamp:
- 02/24/07 12:07:14 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/tests/functional/test_transactions.py
r2959 r2965 44 44 assert bar.value == u'' 45 45 bar.value = 'newvalue123' 46 # S avethe form and follow its redirection.46 # Submit the form and follow its redirection. 47 47 response = form.submit() 48 48 response = response.follow() … … 50 50 assert 'newvalue123' in response 51 51 52 def test_execute (self):52 def test_execute_create(self): 53 53 # Get the transaction. 54 54 response = self.app.post(
