Last change
on this file since 263 was
263,
checked in by lregebro, 18 years ago
|
Profiles that work.
|
-
Property svn:keywords set to
Id
|
File size:
396 bytes
|
Line | |
---|
1 | # -*- coding: ISO-8859-15 -*- |
---|
2 | # |
---|
3 | # $Id: waeuptest.py 263 2006-06-22 18:38:04Z lregebro $ |
---|
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 = ('CPSSubscriptions:default', 'WAeUP:default',) |
---|
10 | |
---|
11 | WAeUPLayer = LayerClass(__name__, 'WAeUPLayer') |
---|
12 | |
---|
13 | class WAeUPTest(CPSTestCase): |
---|
14 | layer = WAeUPLayer |
---|
Note: See
TracBrowser for help on using the repository browser.