Improved Query Readability
This commit is contained in:
parent
c34c5f9a59
commit
9b3ffcf5b4
|
@ -57,7 +57,7 @@ public class QueryTest extends ERManagementTest {
|
||||||
public void testRawQuery() throws InvalidQueryException {
|
public void testRawQuery() throws InvalidQueryException {
|
||||||
QueryImpl queryImpl = new QueryImpl();
|
QueryImpl queryImpl = new QueryImpl();
|
||||||
|
|
||||||
String query = "select from SoftwareFacet";
|
String query = "SELECT FROM SoftwareFacet";
|
||||||
String ret = queryImpl.query(query, false);
|
String ret = queryImpl.query(query, false);
|
||||||
|
|
||||||
logger.debug(ret);
|
logger.debug(ret);
|
||||||
|
|
Loading…
Reference in New Issue