Ensure that dumping doesn't crash for populated ConfigSettings.
authorW. Trevor King <wking@drexel.edu>
Thu, 8 Sep 2011 14:46:14 +0000 (10:46 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 8 Sep 2011 14:46:14 +0000 (10:46 -0400)
h5config/test.py

index a0e218244a23c42c14da10b628884db28a75eb78..d49bdcce6abe7708960a5478a8e1589998d18fa7 100644 (file)
@@ -179,6 +179,7 @@ def _file_storage_tests(storage):
         assert not nd, nd
         for key,value in _ALTERNATIVES.items():
             c[key] = value
+        c.dump()
         c.save()
         na = dict(_non_alternatives(c))
         assert not na, na