Skip to content

Commit

Permalink
Add ResidentAdvisor links guess tests for MBS-8148
Browse files Browse the repository at this point in the history
  • Loading branch information
y-van-z committed Jul 19, 2016
1 parent 5cf5fa7 commit 71cbe87
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions root/static/scripts/tests/Control/URLCleanup.js
Expand Up @@ -238,6 +238,27 @@ test('Guess type', function (t) {
'recording', 'http://recochoku.jp/song/S21893898/',
LINK_TYPES.downloadpurchase.recording
],
// Resident Advisor
[
'artist', 'https://www.residentadvisor.net/dj/adamx',
LINK_TYPES.otherdatabases.artist
],
[
'event', 'https://www.residentadvisor.net/event.aspx?860109',
LINK_TYPES.otherdatabases.event
],
[
'label', 'https://www.residentadvisor.net/record-label.aspx?id=2795',
LINK_TYPES.otherdatabases.label
],
[
'recording', 'https://www.residentadvisor.net/track.aspx?544258',
LINK_TYPES.otherdatabases.recording
],
[
'release_group', 'https://www.residentadvisor.net/reviews/7636',
LINK_TYPES.review.release_group
],
// Rockens Danmarkskort
[
'place', 'http://www.rockensdanmarkskort.dk/steder/den-gr%C3%A5-hal',
Expand Down

0 comments on commit 71cbe87

Please sign in to comment.