aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles/index.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report-styles/index.html.in')
-rw-r--r--tests/report-styles/index.html.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/report-styles/index.html.in b/tests/report-styles/index.html.in
deleted file mode 100644
index e442602..0000000
--- a/tests/report-styles/index.html.in
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <script src="@xslt_script@">
- </script>
- <link href="@css_styles@" rel="stylesheet" type="text/css"/>
- </head>
- <body onload="xslt('@sheet_path_unit@','@data_path_unit@','wholePage2');
- xslt('@sheet_path_dist@','@data_path_dist@','wholePage4');
- ">
-
-<div>
-<hr/>
-<a name="JunitTests">Unit-tests:</a> [<a href="#JdistTests">dist tests</a>]
-<hr/>
- <div id="wholePage2"/>
-</div>
-
-<hr/>
-<a name="JdistTests">Dist-tests:</a> [<a href="#JunitTests">unit tests</a>]
-<hr/>
- <div id="wholePage4"/>
-</div>
- </body>
-</html>