[Libreoffice-commits] cppunit.git: 2 commits - contrib/xml-xsl INSTALL-WIN32.txt
Blake Madden
madindayton at outlook.com
Wed Jul 4 22:38:56 UTC 2018
INSTALL-WIN32.txt | 2 +-
contrib/xml-xsl/report.xsl | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
New commits:
commit 742d887de85f378ab817a992cdfa0778971df093
Author: Blake Madden <madindayton at outlook.com>
Date: Sun Jun 24 12:00:25 2018 -0400
Fix the name of the VC project mentioned in the build instructions.
diff --git a/INSTALL-WIN32.txt b/INSTALL-WIN32.txt
index cef4083..9069382 100644
--- a/INSTALL-WIN32.txt
+++ b/INSTALL-WIN32.txt
@@ -77,7 +77,7 @@ name is cppunitd.lib. The debug configuration cppunit dll name is cppunitd_dll.l
Building:
---------
-* Open the src/CppUnitLibraries.dsw workspace in VC++.
+* Open the src/CppUnitLibrariesXXXX.sln workspace in VC++.
* In the 'Build' menu, select 'Batch Build...'
* In the batch build dialog, select all projects and press the build button.
* The resulting libraries can be found in the lib/ directory.
commit 653b1db88832b1c44327117510048e28eb136de3
Author: Blake Madden <madindayton at outlook.com>
Date: Sun Jun 24 15:00:34 2018 -0400
Make output XML report schema UTF-8 and remove Japanese specific information.
diff --git a/contrib/xml-xsl/report.xsl b/contrib/xml-xsl/report.xsl
index b394cdb..0a6da0f 100644
--- a/contrib/xml-xsl/report.xsl
+++ b/contrib/xml-xsl/report.xsl
@@ -1,22 +1,22 @@
-<?xml version="1.0" encoding='shift_jis' standalone='yes' ?>
+<?xml version="1.0" encoding='utf-8' standalone='yes' ?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xml:lang="ja">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<HTML>
<HEAD>
<TITLE>Test Report</TITLE>
<STYLE>
-TABLE { color:#222222; font-size:10pt; font-family:'lr SVbN' 'sanserif'; }
+TABLE { color:#222222; font-size:10pt; }
TH { font-weight:normal; color:#FFFFFF; background-color:#888888; }
TR.check { background-color:#EEEEEE }
TD.check { background-color:#EEEEEE }
-H1 { color:#111111; font-family:'Times New Roman' 'lr o¾©' 'serif'; border-style:solid; border-width:0px; border-bottom-width:3px; border-bottom-color:#444488; }
-H2 { color:#222222; font-family:'Times New Roman' 'lr o¾©' 'serif'; border-style:solid; border-width:0px; border-bottom-width:2px; border-bottom-color:#444488; }
-H3 { color:#333333; font-family:'Times New Roman' 'lr o¾©' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#444488; margin-bottom:8px; }
-H4 { color:#444444; font-family:'Times New Roman' 'lr o¾©' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#CCCCDD; margin-bottom:8px; }
-H5 { color:#555555; font-family:'Times New Roman' 'lr o¾©' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#EEEEFF; margin-bottom:8px; }
-H6 { color:#666666; font-family:'Times New Roman' 'lr o¾©' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#F8F8FF; margin-bottom:8px; }
+H1 { color:#111111; font-family:'Times New Roman' 'serif'; border-style:solid; border-width:0px; border-bottom-width:3px; border-bottom-color:#444488; }
+H2 { color:#222222; font-family:'Times New Roman' 'serif'; border-style:solid; border-width:0px; border-bottom-width:2px; border-bottom-color:#444488; }
+H3 { color:#333333; font-family:'Times New Roman' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#444488; margin-bottom:8px; }
+H4 { color:#444444; font-family:'Times New Roman' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#CCCCDD; margin-bottom:8px; }
+H5 { color:#555555; font-family:'Times New Roman' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#EEEEFF; margin-bottom:8px; }
+H6 { color:#666666; font-family:'Times New Roman' 'serif'; border-style:solid; border-width:0px; border-bottom-width:1px; border-bottom-color:#F8F8FF; margin-bottom:8px; }
SPAN.good { color:#006666; font-weight:bold; }
SPAN.critical { color:#880000; font-weight:bold; }
More information about the Libreoffice-commits
mailing list