• Barry Warsaw's avatar
    Fix some tests for commit log turd detection. Specifically, · aa3de9c1
    Barry Warsaw authored
    checkCreateWithFilename(), checkCloseDoesUnlink(), checkDel(): Don't
    unlink explicitly, but assert that the file is unlinked after close.
    
    BaseSetupTearDown.tearDown(): It's okay if the tear down unlink fails
    because the file already doesn't exist.
    
    suite(): Use makeSuite.
    aa3de9c1
test_commitlog.py 6.99 KB