Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Git-Wrapper CPAN distribution.

Report information
The Basics
Id: 39811
Status: resolved
Priority: 0/
Queue: Git-Wrapper

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

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



Subject: basic.t tests fail with git 1.06
Testing Git::Wrapper 0.004 I found that it is very broken with git 1.06 I think. At the very least it looks like commit() is not working, and the date string has changed. ----- t/basic............. ok 1 ok 2 not ok 3 not ok 4 # Failed test at t/basic.t line 39. # got: '0' # expected: '1' # Failed test at t/basic.t line 40. # undef # doesn't match '(?-xism:^[a-f\d]{40} FIRST$)' ok 5 - got an error ok 6 ok 7 - one log entry not ok 8 - id ok 9 - message not ok 10 - date Use of uninitialized value in split at t/basic.t line 49. # Failed test 'id' # at t/basic.t line 49. # got: '5747f333a49c6bdf8bc86ac1d1ea62b2ae9b8fa7' # expected: undef # Failed test 'date' # at t/basic.t line 51. # got: 'Sat Oct 4 00:29:42 2008 -0400' # expected: 'Sat Oct 04 00:29:42 2008 -0400' 1..10 # Looks like you failed 4 tests of 10. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/10 subtests ------ $git --version git version 1.6.0.2.287.g3791f $uname -a Darwin Alice-3.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386
fixed in 0.005, uploaded just now.