Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/testsuite.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« templates/testcase.tmpl ('K') | « templates/testcase.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/testsuite.tmpl
===================================================================
deleted file mode 100644
--- a/templates/testsuite.tmpl
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>{{ title }}</title>
- <link rel="stylesheet" href="/css/testpages.css">
- </head>
- <body>
-
- <? include header ?>
-
- <section class="abp-container abp-breadcrumbs">
- <a href="/">Home</a>
- > <a href="testsuite">Test suite</a>
- {{ breadcrumb|safe }}
- </section>
-
- <section class="abp-container">
- <h2>{{ testsuiteid }} - {{ testsuitename }}</h2>
-
- {{ body|safe }}
-
- <h3>Instructions</h3>
- <table class="abp-testcase-information">
- <tr>
- <th>Pass if</th>
- <td>{{ testsuitepassif }}</td>
- </tr>
- <tr>
- <th>Fail if</th>
- <td>{{ testsuitefailif }}</td>
- </tr>
- </table>
-
- <h3>Information</h3>
- <table class="abp-testcase-information">
- <tr>
- <th>Purpose</th>
- <td>{{ testsuitepurpose }}</td>
- </tr>
- <tr>
- <th>Test method</th>
- <td>{{ testsuitetestmethod }}</td>
- </tr>
- </table>
- </section>
-
- <? include footer ?>
-
- </body>
-</html>
« templates/testcase.tmpl ('K') | « templates/testcase.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld