[squeak-dev] The Inbox: NetworkTests-topa.15.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 5 11:52:28 UTC 2010


A new version of NetworkTests was added to project The Inbox:
http://source.squeak.org/inbox/NetworkTests-topa.15.mcz

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

Name: NetworkTests-topa.15
Author: topa
Time: 5 May 2010, 1:52:25.22 pm
UUID: 0330d8f5-8cd2-4eaa-a4b0-4317f8cc59ed
Ancestors: NetworkTests-topa.14

Test Urls that might contain passwords/usernames with
"dangerous" characters. This is consitent with RFC 1738

=============== Diff against NetworkTests-topa.14 ===============

Item was added:
+ ----- Method: UrlTest>>testUsernamePasswordPrintingEncoded (in category 'tests') -----
+ testUsernamePasswordPrintingEncoded
+ 
+ 	#(	'http://F%C3%BCrst%20P%C3%BCckler:leckerEis@cottbus.brandenburg:80/mein/Zuhause'
+ 		'http://Jeannde.d%27Arc:jaiunes%C3%A9cret@orleans:8080/une/deux/trois' 
+ 		'http://HaXor%40roxor%3Afnac:my%7EPa%24%C2%A7wert@cbase:42/do/not_try'
+ 	) do: [ :urlText |
+ 		self should: [ urlText = urlText asUrl asString ] ].
+ 
+ !




More information about the Squeak-dev mailing list