// Set things up with the default region
queryTest(true, true, false, false);
// Now get the named query regions active
queryTest(false, true, true, true);
redeploy();
// Redo the test, but no entity creation
queryTest(false, true, false, false);
queryTest(false, true, true, true);