fix attachOld test

This commit is contained in:
Damien Elmes 2009-04-11 01:08:04 +09:00
parent 49089732c4
commit 6a836e5680

View file

@ -33,6 +33,7 @@ def test_attachNew():
deck = DeckStorage.Deck(path)
# for attachOld()
newPath = deck.path
deck.setVar("pageSize", 4096)
deck.save()
newModified = deck.modified
deck.close()