Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
perl-MooseX-Types-Parameterizable
remove-buggy-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-buggy-test.patch of Package perl-MooseX-Types-Parameterizable
Index: MooseX-Types-Parameterizable-0.08/t/05-pod-examples.t =================================================================== --- MooseX-Types-Parameterizable-0.08.orig/t/05-pod-examples.t +++ MooseX-Types-Parameterizable-0.08/t/05-pod-examples.t @@ -236,7 +236,8 @@ use Test::More; Test::More::is MySpecialVarchar([40])->coerce("abc"), 'abc'; Test::More::is_deeply( MySpecialVarchar([40])->coerce([qw/d e f/]), [qw/d e f/]); - Test::More::is MySpecialVarchar([40])->coerce({a=>1, b=>2}), 'ab'; + # hashes are random, so you can't know + #Test::More::is MySpecialVarchar([40])->coerce({a=>1, b=>2}), 'ab'; } {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor