Last change
on this file since 14212 was
295,
checked in by joachim, 18 years ago
|
=Courses and Certificates Folder added
|
-
Property svn:keywords set to
Id
|
File size:
388 bytes
|
Line | |
---|
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): |
---|
9 | extension_ids = ('WAeUP_SRP:default',) |
---|
10 | |
---|
11 | WAeUP_SRPLayer = LayerClass(__name__, 'WAeUP_SRPLayer') |
---|
12 | |
---|
13 | class WAeUP_SRPTest(CPSTestCase): |
---|
14 | layer = WAeUP_SRPLayer |
---|
Note: See
TracBrowser for help on using the repository browser.