Need to call .save when modifying descriptor

This commit is contained in:
Sarina Canelake
2013-08-06 17:19:44 -04:00
parent b6bab0a121
commit 3a34529958

View File

@@ -40,6 +40,8 @@ def strip_filenames(descriptor):
for d in descriptor.get_children():
strip_filenames(d)
descriptor.save()
class RoundTripTestCase(unittest.TestCase):
''' Check that our test courses roundtrip properly.