[Dbix-class] Windows installation failure logs please
Nilson Santos Figueiredo Junior
acid06 at gmail.com
Sun Jun 25 23:41:08 CEST 2006
On 6/25/06, Matt S Trout <dbix-class at trout.me.uk> 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.
More information about the Dbix-class
mailing list