Typo yields redundant test case in GrantRevokeTest
--------------------------------------------------
Key: DERBY-3661
URL: https://issues.apache.org/jira/browse/DERBY-3661
Project: Derby
Issue Type: Bug
Components: Test
Reporter: Dag H. Wanvik
Priority: Trivial
Fix For: 10.5.0.0
In GrantRevokeTest#testSimpleGrant, these two line are identical; the least line
just repeats the test case. This is probably just a typo.
assertSelectPrivilege(false, users[2], "s1", "t1", null);
assertSelectPrivilege(false, users[2], "s1", "t1", null);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.