Add a unit test for user-defined data type problem.
commitb4ce1dbe01b38ddd3c5bd1d6b134987caec1d879
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 22:49:45 +0000 (21 17:49 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 21 Nov 2008 22:49:45 +0000 (21 17:49 -0500)
tree9765d42644f63542b6a15f94bcd18a5b669fdfbc
parent0316753f93d5f85bb8313fcdccb049b145a0ecd0
Add a unit test for user-defined data type problem.

Also fixed some minor test problems: include a "drop procedure Func2" as
well as "drop function Func2", since some tests apparently create it as a
procedure and might accidentally leave it lying around.

Also, when we run SQL statements in our tests and we expect they might fail,
you can now use VxExecSilent instead of catching the exception yourself.  It
politely prints out the error and then continues, which can be helpful with
debugging (which it was for the above bug).
versaplexd/t/schemamatic.t.cs
versaplexd/t/schemamatictester.cs
versaplexd/t/versaplextester.cs