Changeset 4054 for waeup


Ignore:
Timestamp:
2 Apr 2009, 12:56:20 (15 years ago)
Author:
uli
Message:

Update tests.

File:
1 edited

Legend:

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

    r3921 r4054  
    5151  True
    5252
     53We can export a university as XML::
     54
     55  >>> browser.open('http://localhost/myuniversity/export.xml')
     56  >>> print browser.contents
     57  <?xml version="1.0" encoding="utf-8" ?>
     58  <pickle>
     59  ...
     60  </pickle>
     61
     62  >>> print browser.headers
     63  Status: 200 Ok
     64  Content-Length: ...
     65  Content-Type: text/xml; charset=UTF-8
     66  X-Powered-By: Zope (www.zope.org), Python (www.python.org)
     67
     68
    5369Faculties
    5470=========
Note: See TracChangeset for help on using the changeset viewer.