Skip to content

Commit

Permalink
add comment in test
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Lunagariya <[email protected]>
  • Loading branch information
HarshLunagariya committed Jan 3, 2025
1 parent bea9de4 commit 84720e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/JDBC/expected/db_securityadmin-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ ALTER ROLE babel_5135_r1 DROP MEMBER babel_5135_dbsecadmin_u1;
GO

-- CASE 3.2.c - It should be able to ALTER the membership of database role which is member of db_owner
-- Currently it is not supported to add database role to db_owner
ALTER ROLE db_owner ADD MEMBER babel_5135_r1;
GO
~~ERROR (Code: 33557097)~~
Expand Down
1 change: 1 addition & 0 deletions test/JDBC/input/ownership/db_securityadmin-vu-verify.mix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ ALTER ROLE babel_5135_r1 DROP MEMBER babel_5135_dbsecadmin_u1;
GO

-- CASE 3.2.c - It should be able to ALTER the membership of database role which is member of db_owner
-- Currently it is not supported to add database role to db_owner
ALTER ROLE db_owner ADD MEMBER babel_5135_r1;
GO

Expand Down

0 comments on commit 84720e0

Please sign in to comment.