Changeset 5523 for main/waeup.sirp/trunk/src/waeup/sirp/browser
- Timestamp:
- 23 Sep 2010, 09:34:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/browser.txt
r5433 r5523 94 94 ... 95 95 96 Now we fill the form properly:: 97 96 Now we fill the form properly (this will send a real message to 97 contact@waeup.org): 98 99 >>> browser.open('http://localhost/myuniversity/contactadmin') 98 100 >>> browser.getControl(name='email').value = "xx@yy.zz" 99 101 >>> browser.getControl(name='descr').value = "test message" … … 104 106 ... 105 107 108 If this test fails, chances are, that the local machine has no SMTP 109 server installed. 106 110 107 111 Faculties
Note: See TracChangeset for help on using the changeset viewer.