Thank you Doru, I integrate it.
Now, I will test it.
For the bug, in this method:
=====
testDecodingCharacters
| xmlDocument element |
xmlDocument := XMLDOMParser parseDocumentFrom: self exampleEncodedXML readStream.
element := xmlDocument firstTagNamed: #'test-data'.
self assert: element contentString first charCode = 8230.
self assert: element contentString first leadingChar = 255.
self assert: element contentString first codePoint = 1069555750
====
The command "element contentString first leadingChar " return 0. It should
return 255.
Now, I have other problems with OSProcess and UnixCommand... but, it is not part to
Moose.
Cheers,
Jannik
On Sep 14, 2010, at 09:20 , Tudor Girba wrote:
Please be sure to integrate the latest version of
Mondrian. I just fixed another bug:
http://code.google.com/p/moose-technology/issues/detail?id=456
Name: Mondrian-tg.573
Author: tg
Time: 14 September 2010, 9:09:33 am
UUID: 2081a17b-2c4a-47a7-9030-def3b98f0d6c
Ancestors: Mondrian-AlexandreBergel.572
What kind of failure?
Doru
On 14 Sep 2010, at 10:15, Laval Jannik wrote:
I am preparing release 4.1.
I have a small failure due to XMLParserTest>>testDecodingCharacters
---
Jannik Laval
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"What we can governs what we wish."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
---
Jannik Laval