Skip to content

Commit

Permalink
inherit seems to work now
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Sep 16, 2016
1 parent 2e923f8 commit d206b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def testGet(self):
def testInherit(self):
self.control.set(database_name, "readonly", "yes")
self.assertTrue(self.control.inherit(database_name, "readonly"))
self.assertFalse("readonly" in self.control.get(database_name))
self.assertTrue("readonly" in self.control.get(database_name))

def testRename(self):
old = database_prefix + "old"
Expand Down

0 comments on commit d206b5c

Please sign in to comment.