RT 3.6 falsely passing regression tests

I was running regression tests and noticed that 23cfsort.t was
dieing because of a call to DBIx::SearchBuilder, but the
regression suite was reporting all tests passed.

(The script dies after test 7).

I think this is because there is no plan for the test file.

Is anyone else seeing this?

-Todd

I was running regression tests and noticed that 23cfsort.t was
dieing because of a call to DBIx::SearchBuilder, but the
regression suite was reporting all tests passed.

(The script dies after test 7).

I think this is because there is no plan for the test file.

Is anyone else seeing this?

Yep. plan added. Nice spotting.