On 6/25/06, Matt S Trout <[EMAIL PROTECTED]> wrote:
> Could you try -current on your system as well, please? Given I want to ship an
> RC in the next day or two failures on there are rather more important than
> 06003 :)

There's a failure on t\89dbicadmin.t. It seems pretty obvious to fix, though:

The line that reads:

my $cmd = qq|script/dbicadmin --schema=DBICTest::Schema
--class=Employee --tlibs
--connect='["dbi:SQLite:dbname=t/var/DBIxClass.db","",""]' --force
--tlibs|;

should probably read:

my $cmd = qq|perl script/dbicadmin --schema=DBICTest::Schema
--class=Employee --tlibs
--connect='["dbi:SQLite:dbname=t/var/DBIxClass.db","",""]' --force
--tlibs|;

Or something like that.

You can find the test failure log below:

t\89dbicadmin....'script' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.

#   Failed test 'insert count'
#   in t\89dbicadmin.t at line 26.
Can't call method "name" on an undefined value at t\89dbicadmin.t line 29.
# Looks like you planned 5 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t\89dbicadmin....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
        Failed 5/5 tests, 0.00% okay
Failed Test     Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\89dbicadmin.t  255 65280     5    9 180.00%  1-5
Failed 1/1 test scripts, 0.00% okay. 5/5 subtests failed, 0.00% okay.

-Nilson Santos F. Jr.

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/dbix-class@lists.rawmode.org/

Reply via email to