eeze/sensor/test: Remove useless check.

Thsi would only test ecore_event_add and nothing wrt to eeze sensor.
This commit is contained in:
Stefan Schmidt 2013-03-27 17:14:31 +00:00
parent 7584a7e84d
commit fdb479d060
1 changed files with 0 additions and 2 deletions

View File

@ -568,8 +568,6 @@ START_TEST(eeze_test_sensor_async_read)
fail_if(event == NULL);
/* Error case */
event = ecore_event_add(42, sens, NULL, NULL);
fail_if(event != NULL);
sens = eeze_sensor_new(EEZE_SENSOR_TYPE_LAST + 1);
fail_if(sens != NULL);
rc = eeze_sensor_async_read(NULL, NULL);