Changeset 3894 for waeup/branches


Ignore:
Timestamp:
30 Jan 2009, 16:15:26 (16 years ago)
Author:
uli
Message:

Fix tests to use 'manage' instead of 'edit'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/browser.txt

    r3890 r3894  
    4040We can also get an edit view of a university::
    4141
    42   >>> browser.open('http://localhost/myuniversity/edit')
     42  >>> browser.open('http://localhost/myuniversity/manage')
    4343  >>> print browser.contents
    44   <html>...
    45   ...<form action="http://localhost/myuniversity/edit"
     44  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
     45  ...<form action="http://localhost/myuniversity/manage"
    4646  ...
    4747
Note: See TracChangeset for help on using the changeset viewer.