- default to displaying all test cases;

- remove domain + absolute path from show test link
This commit is contained in:
ccooper%deadsquid.com 2005-10-15 04:04:19 +00:00
parent 36e003454e
commit 088def1e9c

View File

@ -27,7 +27,7 @@
# @results - the list of all possible test results
#%]
[% onload="showTEST(1);" %]
[% onload="showTEST('all');" %]
[% INCLUDE global/html_header.tmpl js_files=['js/RunTests.js'] %]
[% INCLUDE global/litmus_header.tmpl %]
@ -147,7 +147,7 @@
<table cellpadding="0" cellspacing="0">
<tr>
<td class="l"><a name="test_4"></a>[% loop.count %]: [% curtest.summary %] (ID: [% curtest.testid %])</td>
<td class="r"><a href="http://testrunner.mozilla.org/litmus_staging/coop/show_test.cgi?id=[% curtest.testid %]">View&nbsp;/&nbsp;Edit</a></td>
<td class="r"><a href="show_test.cgi?id=[% curtest.testid %]">View&nbsp;/&nbsp;Edit</a></td>
</tr>
</table>
</div> <!--END testcase-head-->