From 6133da0f7820010583ac5098bd4ae88a21fa3b41 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 31 Mar 2006 23:46:02 +0000 Subject: [PATCH] second assertion --- test/objectstore.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2