diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 21:46:48 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 21:46:48 -0400 |
| commit | 7a81ecc82c37beae6de0e99ad07ba524b6006c8e (patch) | |
| tree | 133951fd8dff8a206f6efaa57a2957af4bdcbca5 /test/ext/declarative/test_basic.py | |
| parent | 4ad79e204e221b71378d599bc9ed5337f1fa2c58 (diff) | |
| download | sqlalchemy-7a81ecc82c37beae6de0e99ad07ba524b6006c8e.tar.gz | |
- adjustments for py3.3 unit tests, [ticket:2542]
Diffstat (limited to 'test/ext/declarative/test_basic.py')
| -rw-r--r-- | test/ext/declarative/test_basic.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ext/declarative/test_basic.py b/test/ext/declarative/test_basic.py index b580558af..2d6534942 100644 --- a/test/ext/declarative/test_basic.py +++ b/test/ext/declarative/test_basic.py @@ -912,9 +912,9 @@ class DeclarativeTest(DeclarativeTestBase): sa.exc.SAWarning, r"Regular \(i.e. not __special__\) attribute 'MyBase.somecol' " "uses @declared_attr, but owning class " - "<class 'test.ext.declarative.test_basic.MyBase'> is " + "<class 'test.ext.declarative..*test_basic..*MyBase'> is " "mapped - not applying to subclass <class " - "'test.ext.declarative.test_basic.MyClass'>.", + "'test.ext.declarative..*test_basic..*MyClass'>.", go ) |
