*
* @throws Exception if the test fails to retrieve and verify an entry
*/
public void testPostSyncLookup() throws Exception
{
sysRoot = setSysRoot( "uid=admin,ou=system", "secret", new SyncConfiguration() );
Attributes users = sysRoot.getAttributes( "ou=users" );
// assert making sure the entry is ok
assertNotNull( users );