public void testComplex11() {
complexQuery(1,
new ComplexG("testg", 0, null,
new ComplexF("testf", 0, null, null,
new ComplexE("teste", 0, null, null,
new ComplexD("testd", 0, null, null,
new ComplexC("testc", 0, null, null,
new ComplexB("testb", 0, null, null,
new ComplexA("testa", 0, null, null))))))),
"f.stringF = \'testf\' AND o.stringG = \'testg\'",