Project

General

Profile

Task #3377

Updated by Davide Pesavento over 6 years ago

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

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

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

Back