X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76joins.t;h=88749b432c1413f0a08f8f6a38268659738af40e;hb=3d98c75e2c45cbd5ddd995cbeb48810f6ad7e1ca;hp=862fef35a8a3e0a923103b837b61fc407195d973;hpb=56166f36313355d502a6517bf3316252d92d375a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76joins.t b/t/76joins.t index 862fef3..88749b4 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -11,7 +11,7 @@ my $schema = DBICTest->init_schema(); my $orig_debug = $schema->storage->debug; # test the abstract join => SQL generator -my $sa = new DBIx::Class::SQLAHacks; +my $sa = new DBIx::Class::SQLMaker; my @j = ( { child => 'person' },