Updating test case

This commit is contained in:
Ambrish Bhargava
2010-09-17 07:00:53 +00:00
parent c5a0173cbb
commit 4b1dc8918d

View File

@@ -36,7 +36,7 @@ if ($conn) {
}
//Drop the anime_cat view, in case it exists
$drop = 'DROP TABLE ANIME_CAT';
$drop = 'DROP VIEW ANIME_CAT';
$res = @db2_exec($conn, $drop);
//Create the anime_cat view