mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Add a todo
This commit is contained in:
parent
a2c4f150c5
commit
84f0ef5e1c
@ -589,7 +589,7 @@ public abstract class SQLDB extends Database {
|
||||
if (success) {
|
||||
commit();
|
||||
} else {
|
||||
rollback();
|
||||
rollback(); // TODO Tests for this case
|
||||
}
|
||||
} catch (SQLException e) {
|
||||
Log.toLog(this.getClass().getName(), e);
|
||||
|
@ -26,7 +26,7 @@ public class PermissionsTest {
|
||||
*/
|
||||
@Test
|
||||
public void testGetPermission() {
|
||||
assertEquals("plan.inspect.other", Permissions.INSPECT_OTHER.getPermission());
|
||||
assertEquals("plan.inspect.other", Permissions.INSPECT_OTHER.getPerm());
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user