Ejemplo n.º 1
0
static void subscribe_test_terminated_by_subscriber(void){
	subscribe_test_with_args(TRUE);
}
Ejemplo n.º 2
0
static void subscribe_test_terminated_by_notifier(void){
	subscribe_test_with_args(FALSE);
}
Ejemplo n.º 3
0
/* Caution: this test does not really check that the subscribe are refreshed, because the core is not managing the expiration of 
 * unrefreshed subscribe dialogs. So it is just checking that it is not crashing.
 */
static void subscribe_test_refreshed(void){
	subscribe_test_with_args(TRUE,TRUE);
}