Skip Menu |

This queue is for tickets about the Gitalist CPAN distribution.

Report information
The Basics
Id: 68628
Status: resolved
Priority: 0/
Queue: Gitalist

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

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



Subject: test failures in t/02git_object.t
I guess because I have a .gitconfig in my homedir. t/02git_head.t .............................................. ok # Failed test 'Serialized tree correctly' # at t/02git_object.t line 44. # Structures begin differing at: # $got->{repository}{owner} = 'Alexander Hartmaier' # $expected->{repository}{owner} = 'Dan' # Failed test 'Serialized blob correctly' # at t/02git_object.t line 84. # Structures begin differing at: # $got->{repository}{owner} = 'Alexander Hartmaier' # $expected->{repository}{owner} = 'Dan' # Failed test 'Serialized commit correctly' # at t/02git_object.t line 111. # Structures begin differing at: # $got->{repository}{owner} = 'Alexander Hartmaier' # $expected->{repository}{owner} = 'Dan' # Looks like you failed 3 tests of 37. t/02git_object.t ............................................ Dubious, test returned 3 (wstat 768, 0x300) Failed 3/37 subtests t/02git_Repository.t ........................................ ok
On Fri Jun 03 08:32:52 2011, ABRAXXA wrote: Show quoted text
> I guess because I have a .gitconfig in my homedir.
Thanks for the bug report! This was recently fixed on the development branch: https://github.com/broquaint/Gitalist/commit/d3f6e5216862e0b679891259b2b2 ea5f31cf0674 I hope to push another release out in the next week or so :) -- Cheers, Dan Brook