Skip to content

Commit 9f3fbf0

Browse files
committed
Tests - Execute Command DCL execution verifiction (Oracle)
1 parent 0edb949 commit 9f3fbf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

QueryDB.Core.Tests/OracleTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ public void Test_Oracle_ExecuteCommand_DCL_Queries()
429429
var result = dbContext.ExecuteCommand(createUser);
430430
Assert.AreEqual(0, result);
431431

432-
// Grant CONNECT to User
433-
result = dbContext.ExecuteCommand(grantConnect);
434-
Assert.AreEqual(-1, result);
432+
//// Grant CONNECT to User
433+
//result = dbContext.ExecuteCommand(grantConnect);
434+
//Assert.AreEqual(-1, result);
435435

436436
// Existing Permissions
437437
var data = dbContext.FetchData(verifyPermissions);

0 commit comments

Comments
 (0)