Skip to content

Commit 68310b6

Browse files
add streamline changes do my bimtester 3
1 parent 2d90d3f commit 68310b6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/ifcbimtester/bimtester/resources/reports/template.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
<!--
22
BIMTester - OpenBIM Auditing Tool
33
Copyright (C) 2021 Dion Moult <[email protected]>
4+
45
This file is part of BIMTester.
6+
57
BIMTester is free software: you can redistribute it and/or modify
68
it under the terms of the GNU Lesser General Public License as published by
79
the Free Software Foundation, either version 3 of the License, or
810
(at your option) any later version.
11+
912
BIMTester is distributed in the hope that it will be useful,
1013
but WITHOUT ANY WARRANTY; without even the implied warranty of
1114
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1215
GNU Lesser General Public License for more details.
16+
1317
You should have received a copy of the GNU Lesser General Public License
1418
along with BIMTester. If not, see <http://www.gnu.org/licenses/>.
1519
-->

src/ifcbimtester/patch/junit.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- junit-original.py 2022-08-26 13:20:23.148507399 +1000
2+
+++ junit.py 2022-08-26 13:20:47.087450150 +1000
3+
@@ -108,7 +108,7 @@
4+
ElementTree.ElementTree._write(self, file, node, encoding,
5+
namespaces)
6+
7+
-if hasattr(ElementTree, '_serialize'):
8+
+if hasattr(ElementTree, '_serialize') and False:
9+
# pylint: disable=protected-access
10+
def _serialize_xml2(write, elem, encoding, qnames, namespaces,
11+
orig=ElementTree._serialize_xml):

0 commit comments

Comments
 (0)