{
if (JDBC.vmSupportsJSR169())
return new TestSuite("GrantRevokeDDLTest"); // return empty suite;
//test uses triggers and procedures that use DriverManager.
TestSuite suite = new TestSuite(GrantRevokeDDLTest.class, "GrantRevokeDDL Test");
Test test = new SupportFilesSetup(suite);
test = new CleanDatabaseTestSetup(test);
test = DatabasePropertyTestSetup.builtinAuthentication(
test, users, "grantrevokeddl");
test = TestConfiguration.sqlAuthorizationDecorator(test);