[squeak-dev] The Trunk: WebClient-Tests-ct.62.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 13 20:49:44 UTC 2022


Christoph Thiede uploaded a new version of WebClient-Tests to project The Trunk:
http://source.squeak.org/trunk/WebClient-Tests-ct.62.mcz

==================== Summary ====================

Name: WebClient-Tests-ct.62
Author: ct
Time: 13 February 2022, 9:49:43.05107 pm
UUID: ac008987-1ef2-ba4a-bedf-4882dd8e9672
Ancestors: WebClient-Tests-ul.61

Complements WebClient-Core-ct.129 (WebUtils jsonFromString:).

=============== Diff against WebClient-Tests-ul.61 ===============

Item was changed:
  ----- Method: WebClientServerTest>>decode: (in category 'tests - json') -----
  decode: aString
  	"Decodes the given string"
  	
+ 	^WebUtils jsonFromString: aString!
- 	^WebUtils jsonDecode: aString readStream!



More information about the Squeak-dev mailing list