Test output in development log ?

I just peeked in development log after running unit tests, and noticed a lot of drop/create table statements.The data in my dev db seems fine.

From clearing both logs and then rerunning the tests, about 2/3rds of the test output winds up in my development log.

I'm running rails 1.1.6, haven't tested on other versions. Any thoughts on what's off?

Isak