Commit d02cadfe authored by bescoto's avatar bescoto

Added test for C.sync()


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@276 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 83ddb237
......@@ -37,5 +37,9 @@ class CTest(unittest.TestCase):
for l in 0L, 1L, 4000000000L, 34234L, 234234234L:
assert C.str2long(C.long2str(l)) == l
def test_sync(self):
"""Test running C.sync"""
C.sync()
if __name__ == "__main__": unittest.main()
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