Skip to content

Commit

Permalink
Enabled the test for issue #47 fixed due to converting / deconverting…
Browse files Browse the repository at this point in the history
… embedded instance subvalues.
  • Loading branch information
wrwrwr committed Feb 4, 2012
1 parent a561c66 commit c239de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mongodb/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c239de1

Please sign in to comment.