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

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
Line 
1# -*- coding: ISO-8859-15 -*-
2#
3# $Id: waeuptest.py 264 2006-06-22 18:39:54Z lregebro $
4
5from Products.CPSDefault.tests.CPSTestCase import CPSTestCase
6from Products.CPSDefault.tests.CPSTestCase import ExtensionProfileLayerClass
7
8class LayerClass(ExtensionProfileLayerClass):
9    extension_ids = ('WAeUP:default',)
10
11WAeUPLayer = LayerClass(__name__, 'WAeUPLayer')
12
13class WAeUPTest(CPSTestCase):
14    layer = WAeUPLayer
Note: See TracBrowser for help on using the repository browser.