Ignore:
Timestamp:
15 Dec 2011, 12:04:13 (13 years ago)
Author:
Henrik Bettermann
Message:

The StudentApplication? class is deprecated. We want to store the application_slip pdf file file instead.

Prepare everything in the students package for downloading such a pdf file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_browser.py

    r7340 r7351  
    368368        self.assertMatches('...Student admitted by zope.mgr...',
    369369                           self.browser.contents)
    370         # Only the StudentApplication object does not exist
    371         self.assertFalse('Application Data' in self.browser.contents)
     370        # Only the Application Slip does not exist
     371        self.assertFalse('Application Slip' in self.browser.contents)
    372372        return
    373373
Note: See TracChangeset for help on using the changeset viewer.