Ignore:
Timestamp:
13 Nov 2014, 16:03:08 (10 years ago)
Author:
Henrik Bettermann
Message:

More renaming: University -> Institution, Student -> Customer
Change portal title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/testing.py

    r11949 r11952  
    126126        maybe_grok, setUpZope, cleanUpZope,
    127127        )
    128       from waeup.ikoba.app import University
     128      from waeup.ikoba.app import Institution
    129129
    130130      class MyTestCase(unittest.TestCase):
     
    148148
    149149          def test_jambdata_in_site(self):
    150               u = University()
     150              u = Institution()
    151151              self.assertTrue('jambdata' in u.keys())
    152152              return
Note: See TracChangeset for help on using the changeset viewer.