diff options
Diffstat (limited to 'tests/xmlparse.py')
-rw-r--r-- | tests/xmlparse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xmlparse.py b/tests/xmlparse.py index 6d6e0f38..4724f222 100644 --- a/tests/xmlparse.py +++ b/tests/xmlparse.py @@ -1027,6 +1027,7 @@ class XMLParseTest(unittest.TestCase): check("capacity", 984373075968, 200000) check("allocation", 756681687040, 150000) check("available", 227691388928, 50000) + check("source_dir", None, None) check("format", "auto", "ext3") check("source_path", "/some/source/path", "/dev/foo/bar") |