Changeset: 79e0c47f33b0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=79e0c47f33b0 Modified Files: sql/test/Dependencies/Tests/Dependencies.stable.err Branch: Dec2011 Log Message:
test: hand approve expected output diffs (21 lines): diff --git a/sql/test/Dependencies/Tests/Dependencies.stable.err b/sql/test/Dependencies/Tests/Dependencies.stable.err --- a/sql/test/Dependencies/Tests/Dependencies.stable.err +++ b/sql/test/Dependencies/Tests/Dependencies.stable.err @@ -39,7 +39,7 @@ QUERY = DROP TABLE t1; ERROR = !DROP TABLE: FOREIGN KEY t2.t2_id_t1_fkey depends on t1 MAPI = monetdb@alf:38889 QUERY = DROP VIEW v1; -ERROR = !unable to drop view v1 (there are database objects which depend on it) +ERROR = !DROP VIEW: cannot drop view 'v1' (there are database objects which depend on it) MAPI = monetdb@alf:38889 QUERY = DROP TABLE t2; ERROR = !DROP TABLE: unable to drop table t2 (there are database objects which depend on it) @@ -51,7 +51,7 @@ QUERY = DROP INDEX id_age_index; ERROR = !DROP INDEX: no such index 'id_age_index' MAPI = monetdb@alf:38889 QUERY = DROP VIEW v1; -ERROR = !unable to drop view v1 (there are database objects which depend on it) +ERROR = !DROP VIEW: cannot drop view 'v1' (there are database objects which depend on it) MAPI = monetdb@alf:38889 QUERY = DROP TABLE t1; ERROR = !DROP TABLE: unable to drop table t1 (there are database objects which depend on it) _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
