Update tests
[app-musicexpo.git] / t / musicexpo-cache.t
index 635f671e34587e21d515b3b982c53d327cd92f88..1f464ed112570eaad1656d2cfde928e3822a321e 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT -CSDA
+#!/usr/bin/perl -wT
 use v5.14;
 use warnings;
 
@@ -32,8 +32,7 @@ is $out, <<'OUT', 'output is correct';
 <thead>
 <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
 <tbody>
-<tr><td><a href="%2Fmusic%2Fempty.flac">Cellule</a><td>Silence<td>L&#39;autre endroit<td>Electro<td>01/09<td>2005<td>FLAC
-<tr><td><a href="%2Fmusic%2Fempty.mp3">Cellule</a><td>Silence<td>L&#39;autre endroit<td>Electro<td>01/09<td>2005<td>MP3
+<tr><td><a href=Cellule<td>Silence<td>L&#39;autre endroit<td>Electro<td>01/09<td>2005<td><a href="/music/empty.flac">FLAC</a> <a href="/music/empty.mp3">MP3</a> 
 </table>
 OUT
 
This page took 0.009659 seconds and 4 git commands to generate.