diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-22 04:29:55 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-22 04:29:55 +0000 |
commit | 0ab010867f39e6ae20af23b36b3b78f9948ec181 (patch) | |
tree | 9d745ab8b1281e97eb2ead5947eca16336d5c763 /test/orm/alltests.py | |
parent | bb1fde2042f389e7a21f070b11fdbe7c5c5cd535 (diff) | |
download | sqlalchemy-0ab010867f39e6ae20af23b36b3b78f9948ec181.tar.gz |
more compilation fixes
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index cfbfdb70b..6bcad2c15 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -18,14 +18,14 @@ def suite(): 'orm.cycles', 'orm.poly_linked_list', - 'orm.entity', - 'orm.compile', - 'orm.manytomany', - 'orm.onetoone', - 'orm.inheritance', - 'orm.inheritance2', - 'orm.inheritance3', - 'orm.polymorph' + 'orm.entity', + 'orm.compile', + 'orm.manytomany', + 'orm.onetoone', + 'orm.inheritance', + 'orm.inheritance2', + 'orm.inheritance3', + 'orm.polymorph' ) alltests = unittest.TestSuite() for name in modules_to_test: |