mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 02:27:56 +00:00 
			
		
		
		
	added test for ws/wss schemes
This commit is contained in:
		| @@ -437,6 +437,13 @@ void URITest::testParse() | ||||
| 	assert (uri.getFragment().empty()); | ||||
| 	assert (uri.isRelative()); | ||||
| 	 | ||||
| 	uri = "ws://www.appinf.com/ws"; | ||||
| 	assert (uri.getScheme() == "ws"); | ||||
| 	assert (uri.getPort() == 80); | ||||
|  | ||||
| 	uri = "wss://www.appinf.com/ws"; | ||||
| 	assert (uri.getScheme() == "wss"); | ||||
| 	assert (uri.getPort() == 443); | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Guenter Obiltschnig
					Guenter Obiltschnig