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
+1 -1
View File
@@ -86,7 +86,7 @@ bool QueryOperator::isComplete() const
void QueryOperator::print(std::ostream& ostream) const
{
ostream << m_type;
ostream << getOperator(m_type);
}
void QueryOperator::print(std::ostream& ostream, int n) const