Project

General

Profile

Task #3377

Updated by Davide Pesavento about 2 months ago

Improve `FaceManager` test suite with coverage for these functions and situations: 

 * ~~`faces/create` command with malformed FaceUri~~ DONE 
 * ~~`faces/create` command with non-canonical FaceUri~~ DONE 
 * ~~`faces/create` command with a FaceUri of unsupported scheme~~ DONE 
 * ~~face face query operation with LocalUri condition~~ DONE condition 
 * ~~face face query operation with RemoteUri condition~~ DONE condition 
 * ~~face face query operation with FacePersistency condition~~ DONE condition 
 * ~~face face query operation with LinkType condition~~ DONE condition 

 ~~Additionally, the test suite should manage a `NetworkMonitor` instance, and stop using the deprecated `FaceSystem(FaceTable&)` `FaceSystem(FaceTable& faceTable)` constructor before deleting that constructor.~~ DONE

Back