Changeset 4145


Ignore:
Timestamp:
20 May 2009, 07:51:54 (15 years ago)
Author:
uli
Message:

Update tests.

File:
1 edited

Legend:

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

    r4134 r4145  
    3535  >>> print browser.contents
    3636  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
    37   ...<h1>Congratulations!</h1>...
     37  ...Welcome to the...
    3838  ...
    3939
     
    9999Afterwards, the faculty should be visible:
    100100
    101   >>> browser.open('http://localhost/myuniversity/')
     101  >>> browser.open('http://localhost/myuniversity/faculties')
    102102  >>> print browser.contents
    103103  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
    104   ...<h2>Your faculties:</h2>
     104  ...<h2>Registered faculties:</h2>
    105105  ...<a href="http://localhost/myuniversity/faculties/0">TestFac</a>
    106106  ...
Note: See TracChangeset for help on using the changeset viewer.