Task: Added boundary condition requirement

This commit is contained in:
Paul Beckingham 2015-09-19 09:49:22 -04:00
parent 6b69903208
commit f86c9e2096

View file

@ -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