Forgotten test case

This commit is contained in:
Sam Ruby 2006-10-23 23:23:08 -04:00
parent 3abadca2b5
commit ce4085889e
2 changed files with 15 additions and 1 deletions

View File

@ -33,7 +33,7 @@ window.onload=function() {
p.appendChild(a);
p.appendChild(document.createTextNode(" \u00b7 "));
a = document.createElement('a');
a.setAttribute('href',base+'tests/index.html');
a.setAttribute('href',base+'tests/');
a.appendChild(document.createTextNode('Unit tests'));
p.appendChild(a);
p.appendChild(document.createTextNode(" \u00b7 "));

View File

@ -0,0 +1,14 @@
<!--
Description: link relationship
Expect: title_detail.language == 'en'
-->
<rss version="2.0">
<channel>
<language>en</language>
<item>
<title>foo</title>
</item>
</channel>
</rss>