diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-07-27 16:46:11 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-07-27 16:46:11 +0000 |
commit | 8db97dad9845b8d405412abbf713d2d22538b9cc (patch) | |
tree | d8531cb3644340707b4248e2721968359e232740 /test/orm/alltests.py | |
parent | 7252e3d879483cc14be5d1b95004843e69e35aab (diff) | |
download | sqlalchemy-8db97dad9845b8d405412abbf713d2d22538b9cc.tar.gz |
fixed glitch in Select visit traversal, fixes #693
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index 4f8f4b6b7..9fcea8859 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -11,6 +11,7 @@ def suite(): 'orm.lazy_relations', 'orm.eager_relations', 'orm.mapper', + 'orm.selectable', 'orm.collection', 'orm.generative', 'orm.lazytest1', |