X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F76joins.t;h=88749b432c1413f0a08f8f6a38268659738af40e;hp=862fef35a8a3e0a923103b837b61fc407195d973;hb=d5dedbd62928f65a9071b4d9b6d56c6b663a073b;hpb=2149a4e91f82d2f77657c18d4a0b312327987d5d 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' },