Skip Menu |

This queue is for tickets about the DBIx-Custom CPAN distribution.

Report information
The Basics
Id: 60114
Status: open
Priority: 0/
Queue: DBIx-Custom

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Removed DBIx::Custom::SQLTemplate but tests depend on it
0.1606 has removed DBIx::Custom::SQLTemplate but left it in tests: % grep -r DBIx::Custom::SQLTemplate . ./Changes: renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible) ./t/dbix-custom-core.t:use DBIx::Custom::SQLTemplate; ./t/dbix-custom-core.t: 0 => DBIx::Custom::SQLTemplate->new->tag_start(0), ./t/dbix-custom-core.t: 1 => DBIx::Custom::SQLTemplate->new->tag_start(1), ./t/dbix-custom-core.t: 2 => DBIx::Custom::SQLTemplate->new->tag_start(2) ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate basic tag'; ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate insert tag'; ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate update tag'; ./t/dbix-custom-sql-template.t:use DBIx::Custom::SQLTemplate; ./t/dbix-custom-sql-template.t: my $sql_tmpl = DBIx::Custom::SQLTemplate->new; ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; ./t/dbix-custom-sql-template.t:isa_ok($ret_val, 'DBIx::Custom::SQLTemplate'); ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; For an example of a FAIL report see http://www.cpantesters.org/cpan/report/8122958 HTH, Regards,
Subject: Re: [rt.cpan.org #60114] Removed DBIx::Custom::SQLTemplate but tests depend on it
Date: Fri, 6 Aug 2010 20:41:30 +0900
To: bug-DBIx-Custom [...] rt.cpan.org
From: Yuki Kimoto <kimoto.yuki [...] gmail.com>
Thanks DBix::Custom is now in development. I renamed module name, but forget to fix tests. I uploaded fixed one. 2010/8/6 Andreas Koenig via RT <bug-DBIx-Custom@rt.cpan.org>: Show quoted text
> Thu Aug 05 15:30:51 2010: Request 60114 was acted upon. > Transaction: Ticket created by ANDK >       Queue: DBIx-Custom >     Subject: Removed DBIx::Custom::SQLTemplate but tests depend on it >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: ANDK@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60114 > > > > 0.1606 has removed DBIx::Custom::SQLTemplate but left it in tests: > > % grep -r DBIx::Custom::SQLTemplate . > ./Changes:  renamed DBIx::Custom::SQLTemplate to > DBIx::Custom::SQLBuilder(not backword compatible) > ./t/dbix-custom-core.t:use DBIx::Custom::SQLTemplate; > ./t/dbix-custom-core.t:    0 => > DBIx::Custom::SQLTemplate->new->tag_start(0), > ./t/dbix-custom-core.t:    1 => > DBIx::Custom::SQLTemplate->new->tag_start(1), > ./t/dbix-custom-core.t:    2 => DBIx::Custom::SQLTemplate->new->tag_start(2) > ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate basic tag'; > ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate insert tag'; > ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate update tag'; > ./t/dbix-custom-sql-template.t:use DBIx::Custom::SQLTemplate; > ./t/dbix-custom-sql-template.t:    my $sql_tmpl = > DBIx::Custom::SQLTemplate->new; > ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; > ./t/dbix-custom-sql-template.t:isa_ok($ret_val, > 'DBIx::Custom::SQLTemplate'); > ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; > ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; > ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; > > > > For an example of a FAIL report see > http://www.cpantesters.org/cpan/report/8122958 > > HTH, Regards, > >
Subject: Re: [rt.cpan.org #60114] Removed DBIx::Custom::SQLTemplate but tests depend on it
Date: Fri, 6 Aug 2010 20:52:57 +0900
To: bug-DBIx-Custom [...] rt.cpan.org
From: Yuki Kimoto <kimoto.yuki [...] gmail.com>
I uploaded fixed one -> I will upload fixed one. 2010/8/6 Yuki Kimoto <kimoto.yuki@gmail.com>: Show quoted text
> Thanks > > DBix::Custom is now in development. I renamed module name, > but forget to fix tests. I uploaded fixed one. > > 2010/8/6 Andreas Koenig via RT <bug-DBIx-Custom@rt.cpan.org>:
>> Thu Aug 05 15:30:51 2010: Request 60114 was acted upon. >> Transaction: Ticket created by ANDK >>       Queue: DBIx-Custom >>     Subject: Removed DBIx::Custom::SQLTemplate but tests depend on it >>   Broken in: (no value) >>    Severity: (no value) >>       Owner: Nobody >>  Requestors: ANDK@cpan.org >>      Status: new >>  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60114 > >> >> >> 0.1606 has removed DBIx::Custom::SQLTemplate but left it in tests: >> >> % grep -r DBIx::Custom::SQLTemplate . >> ./Changes:  renamed DBIx::Custom::SQLTemplate to >> DBIx::Custom::SQLBuilder(not backword compatible) >> ./t/dbix-custom-core.t:use DBIx::Custom::SQLTemplate; >> ./t/dbix-custom-core.t:    0 => >> DBIx::Custom::SQLTemplate->new->tag_start(0), >> ./t/dbix-custom-core.t:    1 => >> DBIx::Custom::SQLTemplate->new->tag_start(1), >> ./t/dbix-custom-core.t:    2 => DBIx::Custom::SQLTemplate->new->tag_start(2) >> ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate basic tag'; >> ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate insert tag'; >> ./t/dbix-custom-core-sqlite.t:test 'DBIx::Custom::SQLTemplate update tag'; >> ./t/dbix-custom-sql-template.t:use DBIx::Custom::SQLTemplate; >> ./t/dbix-custom-sql-template.t:    my $sql_tmpl = >> DBIx::Custom::SQLTemplate->new; >> ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; >> ./t/dbix-custom-sql-template.t:isa_ok($ret_val, >> 'DBIx::Custom::SQLTemplate'); >> ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; >> ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; >> ./t/dbix-custom-sql-template.t:$sql_tmpl = DBIx::Custom::SQLTemplate->new; >> >> >> >> For an example of a FAIL report see >> http://www.cpantesters.org/cpan/report/8122958 >> >> HTH, Regards, >> >>
>