Ecore audio test: Remove unneeded test.

We don't need to test eo works in the ecore audio suite.
If you mark it as virtual, it's virtual.
This commit is contained in:
Tom Hacohen 2015-05-08 14:04:00 +01:00
parent 8920a69284
commit f5494bd906
1 changed files with 0 additions and 2 deletions

View File

@ -515,8 +515,6 @@ START_TEST(ecore_test_ecore_audio_obj_in)
eo_do(in, length = ecore_audio_obj_in_length_get());
fail_if(length != 0);
eo_do(in, ecore_audio_obj_in_length_set(10.0));
eo_do(in, length = ecore_audio_obj_in_remaining_get());
fail_if(length != -1);