Update tests
[app-musicexpo.git] / t / musicexpo.t
index beae39b1e0ad2b1569a4bfe95a645325d3ff661d..550c5745cab34eb7531cefdcbacb789a8a2fa1d3 100644 (file)
@@ -18,7 +18,7 @@ is $out, <<'OUT', 'output is correct';
 <!DOCTYPE html>
 <title>Music</title>
 <meta charset="utf-8">
-<link rel="stylesheet" href="/music.css">
+<link rel="stylesheet" href="musicexpo.css">
 <script async defer type="application/javascript" src="player.js"></script>
 
 <div id="player"></div>
@@ -28,6 +28,4 @@ is $out, <<'OUT', 'output is correct';
 <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
 <tbody>
 </table>
-
-<pre id="json" style="display: none">{"files":[],"prefix":"/music/"}</pre>
 OUT
This page took 0.009503 seconds and 4 git commands to generate.