#OTHER by mawalch
authormawalch
Tue, 21 Nov 2017 16:01:04 +0100
changeset 694 7dd70a2303a3
parent 693 7766f760b307
child 695 e17f622e8a9e
#OTHER by mawalch exept Software AG -> eXept Software AG
TestResultReporter.st
--- a/TestResultReporter.st	Fri Nov 10 04:34:57 2017 +0000
+++ b/TestResultReporter.st	Tue Nov 21 16:01:04 2017 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/sunit' }"
 
 "{ NameSpace: Smalltalk }"
@@ -500,7 +502,7 @@
     stream
         nextPutLine: '  <properties>';
         nextPutLine: '    <property name="programmingLanguage" value="Smalltalk" />';
-        nextPutLine: '    <property name="smalltalk.vendor" value="exept Software AG" />';
+        nextPutLine: '    <property name="smalltalk.vendor" value="eXept Software AG" />';
         nextPutLine: '    <property name="smalltalk.compiler" value="Smalltalk/X" />';
         nextPutLine:('    <property name="smalltalk.version" value="%1" />'bindWith:Smalltalk versionString);
         nextPutLine:('    <property name="os.name" value="%1" />' bindWith:OperatingSystem osName);
@@ -521,6 +523,7 @@
         nextPutLine: '</testsuite>'
 
     "Created: / 05-08-2011 / 15:21:45 / cg"
+    "Modified: / 21-11-2017 / 15:52:42 / mawalch"
 !
 
 reportXml_jUnitResultAndTraceback:testOutcome state:state