From c239de1b58856bb3f9801e9ccddba1ba9571d0ae Mon Sep 17 00:00:00 2001 From: wrwrwr Date: Thu, 2 Feb 2012 23:22:20 +0100 Subject: [PATCH] Enabled the test for issue #47 fixed due to converting / deconverting embedded instance subvalues. --- tests/mongodb/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/mongodb/tests.py b/tests/mongodb/tests.py index 8c43727a..9dcc2ef8 100644 --- a/tests/mongodb/tests.py +++ b/tests/mongodb/tests.py @@ -109,7 +109,6 @@ def test_tellsiteid(self): self.assertIn(site_id, stdout.getvalue()) class RegressionTests(TestCase): - @skip("Needs changes in ListField/db_type") def test_issue_47(self): """ ForeignKeys in subobjects should be ObjectIds, not unicode """ from bson.objectid import ObjectId