Ni Noury: >Actually, I get only tests from xml rpc with your procedure. >I thought there might be a way to get all tests for all required packages, to test their compatibility with >Pharo 2.0 >But, it seems that I have to load them by hand.
Ahh, but is not posible to make the load modifying the configurationof? > Any way, I tried on Pharo 2.0. There is the issue of underscores, but this > is no big deal. I should re-check all the code (lot of parts are form older versions). >The good news is that the client side seems to work. At least the tests are green for parts that does not >rely on a local server (XMLRPCTest is red!). >Tests with Flicker do pass. Yes, the client side seems to work ok. Let me polish some more things. >There is however XMLROCDecoderTest>>#testDecoder that fails. The reason is that now Pharo does >take care of nanoseconds, but the encoder does not handle it. >I guess this is not supported in the protocol. Isn't it? So, I propose to fix it but putting nanoseconds to >zero >XMLRPCDateAndTime>>time: t > "set the time portion of the datetime." > time := Time fromSeconds: t seconds truncated Nice catch! I tried and Works ok. I think that will not generate any problem with the protocol. I can publish with some things I'm improving in the code if you agree. By other hand, the Transcript error at load time, have you experienced it? Is something related with some new thing in 1.4 ? I've not checked yet. Cheers and thanks by the cooperation! -- View this message in context: http://forum.world.st/Trouble-loading-XML-RPC-tp4632653p4633389.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
