mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 16:50:17 +01:00
ifcfg-rh: add test case for remembering the unset values
Validates the previous commit.
This commit is contained in:
parent
d36c6d2892
commit
96988f8deb
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue