mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
b=321351
- display test group and subgroup in testcases header Misc: - don't display testcase config info when running tests
This commit is contained in:
parent
b96ada8fdf
commit
46ce57fc9d
@ -88,7 +88,7 @@
|
||||
<div class="sec_head">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="l">Testcases</td>
|
||||
<td class="l">Testcases - <a href="run_tests.cgi?product=[% sysconfig.product.productid %]&defaulttestgroup=[% tests.list.0.testgroup.testgroupid %]&continuetesting=1" title="Click here to return to the Test Group selection page">[% tests.list.0.testgroup.name | html %]</a>: [% tests.list.0.subgroup.name | html %]</td>
|
||||
<td class="r">
|
||||
<div class="nav"><a id="top_all" href="#" onclick="allStretch.showAll('height'); return false;">Show All</a></div>
|
||||
</td>
|
||||
|
@ -59,7 +59,7 @@
|
||||
<input name="id" type="hidden" value="[% test.testid | html %]">
|
||||
|
||||
<div class="testcase-content">
|
||||
[% INCLUDE test/test.html.tmpl test=test results=results showedit=show_admin %]
|
||||
[% INCLUDE test/test.html.tmpl test=test results=results showedit=show_admin show_config=1 %]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -26,15 +26,18 @@
|
||||
#%]
|
||||
|
||||
[%# INTERFACE:
|
||||
# $test - the test object to show
|
||||
# @results - the list of all possible test results
|
||||
# $showedit (optional) - include UI to edit the test?
|
||||
# for this to work, you must include the
|
||||
# required scripts in the head
|
||||
# $test - the testcase object to show
|
||||
# @results - the list of all possible test results
|
||||
# $showedit (optional) - include UI to edit the testcase?
|
||||
# for this to work, you must include the
|
||||
# required scripts in the head
|
||||
# $show_config - display the config options (testgroup, subgroup, etc.)
|
||||
# for a given testcase
|
||||
#%]
|
||||
|
||||
[% PROCESS global/selects.none.tmpl %]
|
||||
|
||||
[% IF show_config %]
|
||||
<table cellspacing="0" cellpadding="0" class="tcm">
|
||||
<tr>
|
||||
<td width="20%"><b>Product:</b></td>
|
||||
@ -78,6 +81,7 @@
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
[% END %]
|
||||
|
||||
<table cellspacing="0" cellpadding="0" class="tcm">
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user