//not a jdbc datastore obviously but we don't need one to simply test that the
// page will render with worksapce admin privilieges
pp.put(SQLViewNewPage.DATASTORE, "cite");
new SQLViewNewPage(pp);
assertFalse(UnauthorizedPage.class.equals(RequestCycle.get().getResponsePageClass()));
}