Changeset 1247
- Timestamp:
- 04/04/08 12:17:30 (8 months ago)
- Files:
-
- PleiadesEntity/trunk/tests/BatchLoad.txt (modified) (1 diff)
- PleiadesEntity/trunk/tests/test_docfiles.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesEntity/trunk/tests/BatchLoad.txt
r1116 r1247 37 37 ------------- 38 38 39 >>> loaden(folder, "/tmp/ba038/") 40 'Loaded 258 of 258 files.' 41 39 >>> from Products.PleiadesEntity.Extensions.loader import loaden 42 40 >>> loaden(folder, "/tmp/ba065/") 43 41 'Loaded 317 of 317 files.' PleiadesEntity/trunk/tests/test_docfiles.py
r1246 r1247 34 34 ztc.ZopeDocFileSuite( 35 35 'LoadEntity.txt', 36 package='Products.PleiadesEntity.tests', 37 test_class=PleiadesEntityTestCase, 38 optionflags=optionflags, 39 ), 40 ztc.ZopeDocFileSuite( 41 'BatchLoad.txt', 36 42 package='Products.PleiadesEntity.tests', 37 43 test_class=PleiadesEntityTestCase,
