Skip to content

Commit

Permalink
Removed extra test file and unused drop commands
Browse files Browse the repository at this point in the history
Task: BABEL-2170

Signed-off-by: Deepakshi Mittal <[email protected]>
  • Loading branch information
deepakshi-mittal committed Oct 9, 2023
1 parent 03daff0 commit 61ab18d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 130 deletions.
70 changes: 0 additions & 70 deletions test/JDBC/expected/BABEL-2170-txn_test.out

This file was deleted.

6 changes: 0 additions & 6 deletions test/JDBC/expected/BABEL-2170-vu-verify.out
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@ int#!#varchar#!#varchar#!#numeric
DROP TRIGGER IF EXISTS babel_2170_vu_employees_view_iot_insert;
GO

DROP TRIGGER IF EXISTS babel_2170_vu_employees_view_iot_update;
GO

DROP TRIGGER IF EXISTS babel_2170_vu_employees_view_iot_delete;
GO

DROP VIEW IF EXISTS babel_2170_vu_employees_view;
GO

Expand Down
48 changes: 0 additions & 48 deletions test/JDBC/input/triggers/BABEL-2170-txn_test.sql

This file was deleted.

6 changes: 0 additions & 6 deletions test/JDBC/input/triggers/BABEL-2170-vu-verify.sql
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ GO
DROP TRIGGER IF EXISTS babel_2170_vu_employees_view_iot_insert;
GO

DROP TRIGGER IF EXISTS babel_2170_vu_employees_view_iot_update;
GO

DROP TRIGGER IF EXISTS babel_2170_vu_employees_view_iot_delete;
GO

DROP VIEW IF EXISTS babel_2170_vu_employees_view;
GO

Expand Down

0 comments on commit 61ab18d

Please sign in to comment.