Changeset 5523 for main/waeup.sirp


Ignore:
Timestamp:
23 Sep 2010, 09:34:42 (14 years ago)
Author:
uli
Message:

Be more verbose, when it comes to test sending contact messages. The
test can fail if no local SMTP server is installed.

We nevertheless should think about sending messages not really, but
only for testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/browser.txt

    r5433 r5523  
    9494  ...
    9595
    96 Now we fill the form properly::
    97 
     96Now we fill the form properly (this will send a real message to
     97contact@waeup.org):
     98
     99  >>> browser.open('http://localhost/myuniversity/contactadmin')
    98100  >>> browser.getControl(name='email').value = "xx@yy.zz"
    99101  >>> browser.getControl(name='descr').value = "test message"
     
    104106  ...
    105107
     108If this test fails, chances are, that the local machine has no SMTP
     109server installed.
    106110
    107111Faculties
Note: See TracChangeset for help on using the changeset viewer.