From: W. Trevor King Date: Thu, 8 Sep 2011 14:46:14 +0000 (-0400) Subject: Ensure that dumping doesn't crash for populated ConfigSettings. X-Git-Tag: v0.2~27 X-Git-Url: http://git.tremily.us/?p=h5config.git;a=commitdiff_plain;h=6145a76f3c7bf0876b73a825a2239719cf2e0ba7 Ensure that dumping doesn't crash for populated ConfigSettings. --- diff --git a/h5config/test.py b/h5config/test.py index a0e2182..d49bdcc 100644 --- a/h5config/test.py +++ b/h5config/test.py @@ -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