Fixes
This commit is contained in:
@ -23,8 +23,6 @@ using namespace IACore;
|
||||
// -----------------------------------------------------------------------------
|
||||
// Constants
|
||||
// -----------------------------------------------------------------------------
|
||||
// We use a unique prefix to ensure we don't accidentally mess with real
|
||||
// system variables like PATH or HOME.
|
||||
static const char *TEST_KEY = "IA_TEST_ENV_VAR_12345";
|
||||
static const char *TEST_VAL = "Hello World";
|
||||
|
||||
@ -123,7 +121,6 @@ BOOL TestDefaults()
|
||||
// -------------------------------------------------------------------------
|
||||
// 5. Empty Strings vs Null/Unset
|
||||
// -------------------------------------------------------------------------
|
||||
// This is a critical edge case.
|
||||
// Does Set(Key, "") create an existing empty variable, or unset it?
|
||||
// Standard POSIX/Windows API behavior is that it EXISTS, but is empty.
|
||||
BOOL TestEmptyValue()
|
||||
|
||||
Reference in New Issue
Block a user