2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-08-24 04:00:29 +00:00

[test] Remove self-test for empty formatted setting value

Commit 5ad445f ("[settings] Treat an empty formatted value as meaning
"delete setting"") (re)defined the semantics of storing an empty
formatted setting as meaning "delete setting".

Remove the existing self-test using an empty formatted hex setting
value, since it no longer conforms to the defined semantics.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-10-20 14:44:34 -07:00
parent 885384faf3
commit 34a81da0c8

View File

@@ -239,8 +239,6 @@ static void settings_test_exec ( void ) {
RAW ( 0xf2, 0x37, 0xb2, 0x18 ), "0xf237b218" );
/* "hex" setting type */
storef_ok ( &test_settings, &test_hex_setting,
"", RAW ( 0x00 ) );
storef_ok ( &test_settings, &test_hex_setting,
":", RAW ( 0x00, 0x00 ) );
storef_ok ( &test_settings, &test_hex_setting,