Changeset 1247

Show
Ignore:
Timestamp:
04/04/08 12:17:30 (8 months ago)
Author:
sgillies
Message:

Adapt batch loading doctest to change in test runner

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesEntity/trunk/tests/BatchLoad.txt

    r1116 r1247  
    3737------------- 
    3838 
    39   >>> loaden(folder, "/tmp/ba038/") 
    40   'Loaded 258 of 258 files.' 
    41  
     39  >>> from Products.PleiadesEntity.Extensions.loader import loaden 
    4240  >>> loaden(folder, "/tmp/ba065/") 
    4341  'Loaded 317 of 317 files.' 
  • PleiadesEntity/trunk/tests/test_docfiles.py

    r1246 r1247  
    3434        ztc.ZopeDocFileSuite( 
    3535            'LoadEntity.txt', 
     36            package='Products.PleiadesEntity.tests', 
     37            test_class=PleiadesEntityTestCase, 
     38            optionflags=optionflags, 
     39            ), 
     40        ztc.ZopeDocFileSuite( 
     41            'BatchLoad.txt', 
    3642            package='Products.PleiadesEntity.tests', 
    3743            test_class=PleiadesEntityTestCase,