tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f5494bd906c9b7e192c912641794767d0ee356ca

commit f5494bd906c9b7e192c912641794767d0ee356ca
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri May 8 14:04:00 2015 +0100

    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.
---
 src/tests/ecore/ecore_test_ecore_audio.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/tests/ecore/ecore_test_ecore_audio.c 
b/src/tests/ecore/ecore_test_ecore_audio.c
index 0dc8f1a..aeea55f 100644
--- a/src/tests/ecore/ecore_test_ecore_audio.c
+++ b/src/tests/ecore/ecore_test_ecore_audio.c
@@ -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);
 

-- 


Reply via email to