10 my $schema = DBICTest->init_schema();
12 my $cd = $schema->resultset('CD')->search ({}, { columns => ['year'], rows => 1 })->single;
17 qr/Unable to resolve relationship .+ column .+ not loaded from storage/,
18 'Correct exception on nonresolvable object-based condition'