Task: Added boundary condition requirement
This commit is contained in:
@@ -1429,7 +1429,7 @@ void Task::validate (bool applyDefault /* = true */)
|
||||
Lexer lex (uid);
|
||||
std::string token;
|
||||
Lexer::Type type;
|
||||
if (! lex.isUUID (token, type, false))
|
||||
if (! lex.isUUID (token, type, true))
|
||||
throw format (STRING_CMD_IMPORT_UUID_BAD, uid);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user