Modified:
branches/unhork/grassyknoll/tests/test_backends/GenericCollectionTests.py
Log:
Reverted accidental change to GenericCollectionTests.
Modified:
branches/unhork/grassyknoll/tests/test_backends/GenericCollectionTests.py
==============================================================================
---
branches/unhork/grassyknoll/tests/test_backends/GenericCollectionTests.py
(original)
+++
branches/unhork/grassyknoll/tests/test_backends/GenericCollectionTests.py
Tue Dec 30 09:56:55 2008
@@ -215,7 +215,6 @@
Additional kwargs will be passed as the test classes' class dictionary.
"""
- return
if not test_base_classes:
raise ValueError('test_base_classes must be a non-empty list.')
if not issubclass(collectionClass, Collection.Collection):