From 3b4bc67fa170b6b749408f06baa3e68625eec0f0 Mon Sep 17 00:00:00 2001
From: cpickett
Date: Mon, 9 Feb 2009 16:26:59 +0000
Subject: [PATCH] * add contrib dir with xslt thingy for now
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@533 64e312b2-a51f-0410-8e61-82d0ca0eb02a
---
contrib/check_unittest.txt | 13 ++++++
contrib/check_unittest.xslt | 84 +++++++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 contrib/check_unittest.txt
create mode 100644 contrib/check_unittest.xslt
diff --git a/contrib/check_unittest.txt b/contrib/check_unittest.txt
new file mode 100644
index 0000000..74d997a
--- /dev/null
+++ b/contrib/check_unittest.txt
@@ -0,0 +1,13 @@
+An XSLT stylesheet to transform Check its XML output to HTML
+
+Bart van Kuik - bkuik
+2006-03-16
+
+This is an XSLT stylesheet to transform Check its XML
+output to HTML. It's very basic and could probably be a
+lot shorter. The HTML that is output isn't very
+standards compliant either, but it works.
+
+You can generate such a report on the commandline with a quick
+
+$ xsltproc check_unittest.xslt check_output.xml > report.html
diff --git a/contrib/check_unittest.xslt b/contrib/check_unittest.xslt
new file mode 100644
index 0000000..81b5984
--- /dev/null
+++ b/contrib/check_unittest.xslt
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+ Test results
+
+
+
+
+
+
+
+
+
+
+
+ Test suite |
+
+
+ Path |
+ Filename |
+ Test ID |
+ Description |
+ Message |
+
+
+
+
+ Test ran at: |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+
|
+
+
+
+ Test duration: seconds |
+
+
+
+
+
--
2.40.0