Skip to content

Commit 4b1dc89

Browse files
author
Ambrish Bhargava
committed
Updating test case
1 parent c5a0173 commit 4b1dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_000_PrepareDb.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ($conn) {
3636
}
3737

3838
//Drop the anime_cat view, in case it exists
39-
$drop = 'DROP TABLE ANIME_CAT';
39+
$drop = 'DROP VIEW ANIME_CAT';
4040
$res = @db2_exec($conn, $drop);
4141

4242
//Create the anime_cat view

0 commit comments

Comments
 (0)