From: Mike Bayer Date: Fri, 31 Mar 2006 23:46:02 +0000 (+0000) Subject: second assertion X-Git-Tag: rel_0_1_6~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6133da0f7820010583ac5098bd4ae88a21fa3b41;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git second assertion --- diff --git a/test/objectstore.py b/test/objectstore.py index 44945dcbd5..72b5e16cec 100644 --- a/test/objectstore.py +++ b/test/objectstore.py @@ -336,7 +336,8 @@ class PrivateAttrTest(AssertMixin): b.a = a2 assert b not in sess.deleted objectstore.commit() - + assert b in sess.identity_map.values() + class DefaultTest(AssertMixin): """tests that when saving objects whose table contains DefaultGenerators, either python-side, preexec or database-side, the newly saved instances receive all the default values either through a post-fetch or getting the pre-exec'ed