source: waeup_product/trunk/tests/waeuptest.py @ 263

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
5from Products.CPSDefault.tests.CPSTestCase import CPSTestCase
6from Products.CPSDefault.tests.CPSTestCase import ExtensionProfileLayerClass
7
8class LayerClass(ExtensionProfileLayerClass):
9    extension_ids = ('CPSSubscriptions:default', 'WAeUP:default',)
10
11WAeUPLayer = LayerClass(__name__, 'WAeUPLayer')
12
13class WAeUPTest(CPSTestCase):
14    layer = WAeUPLayer
Note: See TracBrowser for help on using the repository browser.