Last change
on this file since 17936 was
295,
checked in by joachim, 18 years ago
|
=Courses and Certificates Folder added
|
-
Property svn:keywords set to
Id
|
File size:
388 bytes
|
Rev | Line | |
---|
[260] | 1 | # -*- coding: ISO-8859-15 -*- |
---|
| 2 | # |
---|
| 3 | # $Id: waeuptest.py 295 2006-07-13 11:37:54Z joachim $ |
---|
| 4 | |
---|
| 5 | from Products.CPSDefault.tests.CPSTestCase import CPSTestCase |
---|
| 6 | from Products.CPSDefault.tests.CPSTestCase import ExtensionProfileLayerClass |
---|
| 7 | |
---|
| 8 | class LayerClass(ExtensionProfileLayerClass): |
---|
[295] | 9 | extension_ids = ('WAeUP_SRP:default',) |
---|
[260] | 10 | |
---|
[295] | 11 | WAeUP_SRPLayer = LayerClass(__name__, 'WAeUP_SRPLayer') |
---|
[260] | 12 | |
---|
[295] | 13 | class WAeUP_SRPTest(CPSTestCase): |
---|
| 14 | layer = WAeUP_SRPLayer |
---|
Note: See
TracBrowser for help on using the repository browser.