Commit dc56bdab authored by Tres Seaver's avatar Tres Seaver

Fix a test failure due to never-unghostified root in second connection.

parent 90bfe9c4
......@@ -68,6 +68,7 @@ class TemporaryStorageTests(
tm2 = transaction.TransactionManager()
cn2 = db.open(transaction_manager=tm2)
r2 = cn2.root()
ignored = r2["p"] # force a read to unghostify the root.
self.assertEqual(r1._p_serial, r2._p_serial)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment