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