Last change
on this file since 261 was
260,
checked in by joachim, 18 years ago
|
Added tests + some more.
|
-
Property svn:keywords set to
Id
|
File size:
368 bytes
|
Rev | Line | |
---|
[260] | 1 | # -*- coding: ISO-8859-15 -*- |
---|
| 2 | # |
---|
| 3 | # $Id: waeuptest.py 260 2006-06-22 12:42:52Z 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: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.