Last change
on this file since 265 was
264,
checked in by lregebro, 18 years ago
|
CPSSubscriptions is no longer needed.
|
-
Property svn:keywords set to
Id
|
File size:
368 bytes
|
Rev | Line | |
---|
[260] | 1 | # -*- coding: ISO-8859-15 -*- |
---|
| 2 | # |
---|
| 3 | # $Id: waeuptest.py 264 2006-06-22 18:39:54Z lregebro $ |
---|
| 4 | |
---|
| 5 | from Products.CPSDefault.tests.CPSTestCase import CPSTestCase |
---|
| 6 | from Products.CPSDefault.tests.CPSTestCase import ExtensionProfileLayerClass |
---|
| 7 | |
---|
| 8 | class LayerClass(ExtensionProfileLayerClass): |
---|
[264] | 9 | extension_ids = ('WAeUP:default',) |
---|
[260] | 10 | |
---|
| 11 | WAeUPLayer = LayerClass(__name__, 'WAeUPLayer') |
---|
| 12 | |
---|
| 13 | class WAeUPTest(CPSTestCase): |
---|
| 14 | layer = WAeUPLayer |
---|
Note: See
TracBrowser for help on using the repository browser.