53545556575859
/** * Just test that the classpath contains all needed classes. */ @Test public void testGql() throws Exception { new GqlDynamic().parseQuery( "SELECT * FROM Test WHERE test = 'test' LIMIT 1" ); }