Thomas Kellerer wrote on 09.12.2012 11:36:
> I recently upgraded from 9.2.1 to 9.2.2 and my unit tests for my application are failing when cleaning up my test
database.
>
> I am using the statement:
>
> drop owned by wbjunit cascade;
>
> at the end of a test suite to get rid of everything that was created during the tests.
>
> Now since the upgrade to 9.2.2 it fails with the error message:
>
> ERROR: unrecognized object class: 1262
As this can be reproduced with a clean new installation I filed a bug report: #7748
Regards
Thomas