Package CMFSetup :: Package tests :: Module test_properties
[show private | hide private]
[frames | no frames]

Module CMFSetup.tests.test_properties

Site properties export / import unit tests.

$Id: test_properties.py 37135 2005-07-08 13:24:33Z tseaver $
Classes
DummySite Folders are basic container objects that provide a standard interface for object management.
SitePropertiesConfiguratorTests  
Test_exportSiteProperties  
Test_importSiteProperties  
_SitePropertiesSetup  

Function Summary
  test_suite()

Variable Summary
str _EMPTY_EXPORT = '<?xml version="1.0"?>\n<site>\n</site>\...
str _NORMAL_EXPORT = '<?xml version="1.0"?>\n<site>\n  <prop...

Variable Details

_EMPTY_EXPORT

Type:
str
Value:
'''<?xml version="1.0"?>
<site>
</site>
'''                                                                    

_NORMAL_EXPORT

Type:
str
Value:
'''<?xml version="1.0"?>
<site>
  <property name="foo" type="string">Foo</property>
  <property name="bar" type="tokens">
   <element value="Bar"/></property>
</site>
'''                                                                    

Generated by Epydoc 2.1 on Wed Nov 30 03:58:37 2005 http://epydoc.sf.net