ifcfg-rh: add test case for remembering the unset values

Validates the previous commit.
This commit is contained in:
Lubomir Rintel 2016-12-14 14:40:28 +01:00
parent d36c6d2892
commit 96988f8deb

View file

@ -8616,6 +8616,7 @@ test_write_unknown (gconstpointer test_data)
_svGetValue_check (sv, "NAME3", "name3-value");
svSetValue (sv, "NAME", "set-by-test1");
svSetValue (sv, "NAME2", NULL);
svSetValue (sv, "NAME2", "set-by-test2");
svSetValue (sv, "NAME3", "set-by-test3");