stefan pushed a commit to branch master.

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

commit d3eaafe594133fc431aadc2be3b3210f2cc66da5
Author: Stefan Schmidt <[email protected]>
Date:   Mon Oct 27 15:48:24 2014 +0100

    tests/eina: Enable eina_condition_timedwait() now that it should work.
    
    Commit again now that compile problems are solved.
---
 src/tests/eina/eina_test_lock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/eina/eina_test_lock.c b/src/tests/eina/eina_test_lock.c
index 1b50f6e..608dd99 100644
--- a/src/tests/eina/eina_test_lock.c
+++ b/src/tests/eina/eina_test_lock.c
@@ -196,7 +196,7 @@ START_TEST(eina_test_rwlock)
    fail_if(counter != 7200);
    fail_if(eina_rwlock_release(&mutex) != EINA_LOCK_SUCCEED);
 
-   /* eina_condition_timedwait(&cond, 0.01); */
+   eina_condition_timedwait(&cond, 0.01);
    eina_thread_join(thread);
 
    eina_condition_free(&cond);

-- 


Reply via email to