[Commits] (twl) Enable TestParcelPerf
commits at osafoundation.org
commits at osafoundation.org
Fri Feb 4 16:27:19 PST 2005
Commit by: twl
Modified files:
chandler/application/tests/__init__.py 1.1 1.2
Log message:
Enable TestParcelPerf
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/application/tests/__init__.py.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/application/tests/__init__.py
diff -u chandler/application/tests/__init__.py:1.1 chandler/application/tests/__init__.py:1.2
--- chandler/application/tests/__init__.py:1.1 Wed Feb 2 09:56:34 2005
+++ chandler/application/tests/__init__.py Fri Feb 4 16:27:18 2005
@@ -8,7 +8,8 @@
__all__ = [
'TestAllParcels', 'TestCircular', 'TestClasses', 'TestClouds',
'TestCollections', 'TestCopying', 'TestDependency', 'TestItems',
- 'TestKindAndItem', 'TestLocalAttrs', 'TestParcelLoader', 'TestUuidOf'
+ 'TestKindAndItem', 'TestLocalAttrs', 'TestParcelLoader', 'TestUuidOf',
+ 'TestParcelPerf'
]
def suite():
@@ -18,4 +19,4 @@
return TestSuite(
[defaultTestLoader.loadTestsFromName(__name__+'.'+test_name)
for test_name in __all__]
- )
\ No newline at end of file
+ )
More information about the Commits
mailing list