Page MenuHomeFreeBSD

Add tests for nvlist_clone
ClosedPublic

Authored by rstone on Feb 17 2015, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 23, 3:14 PM
Unknown Object (File)
Apr 26 2024, 9:01 AM
Unknown Object (File)
Apr 25 2024, 10:38 AM
Unknown Object (File)
Apr 24 2024, 10:11 AM
Unknown Object (File)
Apr 19 2024, 7:49 AM
Unknown Object (File)
Apr 19 2024, 4:24 AM
Unknown Object (File)
Apr 8 2024, 6:50 AM
Unknown Object (File)
Apr 6 2024, 7:35 AM

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rstone retitled this revision from to Add tests for nvlist_clone.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone added subscribers: pjd, Unknown Object (MLST).
jfv edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 10:12 PM
lib/libnv/tests/nv_tests.cc
324–331

Don't you want to test the clone here? If the values wre properly copied, if there is only one element, etc.? Now you are testing the source nvlist.

rstone edited edge metadata.

Fix the test case to actually test the clone

This revision now requires review to proceed.Feb 20 2015, 1:28 AM
rstone updated this revision to Diff 4038.

Closed by commit rS279425 (authored by @rstone).