* Use QAPermission01 class for this test case.
* Verify that no exception is thrown.
*/
gp01 = createGP(passUtil + nameQA01 + " \"foo\"");
gp02 = createGP(passUtil + nameQA01 + " \"foo\"");
gp03 = createGP(new QAPermission01("foo"));
gp04 = createGP(new QAPermission01("foo"));
ga = new GrantPermission[] { gp01, gp02, gp03, gp04 };
/*
* The string forms should be .equals to each other
* The object forms should be .equals to each other