test: added QueryTree tests checking correct query syntax

This commit is contained in:
Eberhard Graether
2014-08-31 11:36:08 +02:00
parent c84972b96e
commit aee0b7c337
8 changed files with 392 additions and 14 deletions
-5
View File
@@ -40,11 +40,6 @@ bool QueryCommand::isComplete() const
void QueryCommand::print(std::ostream& ostream) const
{
ostream << m_name;
if (!isComplete())
{
ostream << " INVALID";
}
}
QueryCommand::CommandType QueryCommand::getType() const