Ignore:
Timestamp:
10 Dec 2011, 06:15:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Replace the term 'WAeUP' by SIRP which is a WAeUP product.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_accesscode.py

    r7195 r7321  
    2929from zope.testing import renormalizing
    3030from waeup.sirp.app import University
    31 from waeup.sirp.interfaces import IObjectHistory, IWAeUPSIRPPluggable
     31from waeup.sirp.interfaces import IObjectHistory, ISIRPPluggable
    3232from waeup.sirp.testing import (
    3333    FunctionalLayer, FunctionalTestCase, setUp, tearDown, getRootFolder)
     
    412412    def test_iface(self):
    413413        plugin = AccessCodePlugin()
    414         assert verifyObject(IWAeUPSIRPPluggable, plugin)
    415         assert verifyClass(IWAeUPSIRPPluggable, AccessCodePlugin)
     414        assert verifyObject(ISIRPPluggable, plugin)
     415        assert verifyClass(ISIRPPluggable, AccessCodePlugin)
    416416
    417417    def test_update_w_ac_container(self):
Note: See TracChangeset for help on using the changeset viewer.