We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7348e commit 43bdd38Copy full SHA for 43bdd38
test/db_test_base.py
@@ -411,6 +411,7 @@ def testStringUnicode(self):
411
412
# test set & retrieve (this time for file contents)
413
nid = self.db.file.create(content=ustr)
414
+ self.db.commit()
415
self.assertEqual(self.db.file.get(nid, 'content'), ustr)
416
self.assertEqual(self.db.file.get(nid, 'binary_content'), s2b(ustr))
417
0 commit comments