Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix t/Artist.t: Van Halen is not unique any more. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gregoa
Copy link

@gregoa gregoa commented Feb 27, 2024

In Debian we are currently applying the following patch to
WebService-MusicBrainz.
We thought you might be interested in it too.

Description: Fix t/Artist.t: Van Halen is not unique any more.
 t/Artist.t's 6th test fails, as the search for { artist => 'Van Halen', type => 'group' }
 does not return one result, but two:
 .
 #                            'name' => 'Van Halen',
 #                            'disambiguation' => 'American hard rock band',
 .
 #                            'name' => 'JUMP - America\'s Van Halen Experience',
 #                            'disambiguation' => 'Van Halen tribute band'
 Adjust the expected count. And use '>= 1' instead of '== 2' because who knows.
Origin: vendor
Author: gregor herrmann <[email protected]>
Last-Update: 2024-02-27

The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libwebservice-musicbrainz-perl/raw/master/debian/patches/van-halen.patch

Thanks for considering,
gregor herrmann,
Debian Perl Group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant