Skip Menu |

This queue is for tickets about the App-MusicExpo CPAN distribution.

Report information
The Basics
Id: 118534
Status: resolved
Priority: 0/
Queue: App-MusicExpo

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

Bug Information
Severity: (no value)
Broken in: 1.002
Fixed in: 1.002001



Subject: t/musicexpo-cache.t may fail
On some of my smoker systems I see the following failure: # Failed test 'output is correct' # at t/musicexpo-cache.t line 42. # got: '<!DOCTYPE html> # <title>Music</title> # <meta charset="utf-8"> # <link rel="stylesheet" href="musicexpo.css"> # <script async defer type="application/javascript" src="player.js"></script> # # <div id="player"></div> # # <table border> # <thead> # <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type # <tbody> # <tr><td class="title"><a href="#silence-cellule" data-hash="#silence-cellule">Cellule</a><td class="artist">Silence<td class="album">L&#39;autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a> # </table> # ' # expected: '<!DOCTYPE html> # <title>Music</title> # <meta charset="utf-8"> # <link rel="stylesheet" href="musicexpo.css"> # <script async defer type="application/javascript" src="player.js"></script> # # <div id="player"></div> # # <table border> # <thead> # <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type # <tbody> # <td class="album">L&#39;autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a> # </table> # ' # Looks like you failed 1 test of 3. t/musicexpo-cache.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
Test fixed in 1.002001.