efl/src/tests/eina
Cedric BAIL 9a74e6aec4 eina: all Eina_Stringshare printf variant now return empty string as expected.
Previously Eina_Stringshare printf variant where returning NULL with ("%s", ""). This
is highly disturbing as you would have gotten "(null)", if you asked for ("s", NULL).
To clarify and make things logical, we now return "".
2015-01-08 12:36:27 +01:00
..
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
cxx_compile_test.cxx
eina_suite.c eina: add test cases for Eina_Trash 2014-09-22 14:59:27 +02:00
eina_suite.h eina: add test cases for Eina_Trash 2014-09-22 14:59:27 +02:00
eina_test_abi.c eina: add test for old ABI supported function, but not exposed anymore. 2013-10-25 20:16:10 +09:00
eina_test_accessor.c
eina_test_array.c
eina_test_barrier.c eina - and e3fl in general - stop using eina_error_get/set - useless really 2013-10-11 16:50:40 +09:00
eina_test_benchmark.c
eina_test_binbuf.c tests: remove warnings. 2014-03-06 14:27:26 +09:00
eina_test_binshare.c
eina_test_clist.c eina: fix warning of unsigned int being compared to an int. 2013-11-09 20:06:36 +09:00
eina_test_convert.c eina: Fix bug in eina_convert_itoa 2014-03-07 14:17:28 +09:00
eina_test_counter.c eina - and e3fl in general - stop using eina_error_get/set - useless really 2013-10-11 16:50:40 +09:00
eina_test_cow.c eina: update Eina_Cow test to latest API change. 2013-11-04 12:47:12 +09:00
eina_test_error.c
eina_test_file.c tests: remove warnings. 2014-03-06 14:27:26 +09:00
eina_test_fp.c eina_test_fp: Improve speed of eina_fp test 2013-06-27 14:34:02 +01:00
eina_test_hash.c eina: fuzze test the eina_hash_string_superfast to. 2013-12-04 19:04:24 +09:00
eina_test_inarray.c
eina_test_inlist.c eina - and e3fl in general - stop using eina_error_get/set - useless really 2013-10-11 16:50:40 +09:00
eina_test_iterator.c
eina_test_lalloc.c
eina_test_list.c [eina] add test case - eina_list_clone, eina_list_reverse_clone 2014-01-10 22:46:52 -08:00
eina_test_lock.c Eina: Fix eina_condition_timedwait once again 2014-10-30 20:21:41 +09:00
eina_test_log.c eina: make that test not depend on efl configuration. 2013-02-20 17:50:19 +09:00
eina_test_magic.c eina - and e3fl in general - stop using eina_error_get/set - useless really 2013-10-11 16:50:40 +09:00
eina_test_main.c
eina_test_matrixsparse.c
eina_test_mempool.c eina: resolved TODO in eina tests - added delete array list 2014-09-10 12:51:27 +02:00
eina_test_model.c efl: formatting 2013-06-20 13:08:36 +02:00
eina_test_module.c eina: resolved TODO in eina tests - added delete array list 2014-09-10 12:51:27 +02:00
eina_test_module_dummy.c
eina_test_quadtree.c
eina_test_rbtree.c eina: add fuzzy testing of the red black tree. 2013-12-04 15:20:17 +09:00
eina_test_rectangle.c eina: indent test to up to date standard. 2014-03-07 14:17:28 +09:00
eina_test_sched.c eina/tests: fix some warnings and use better ck macros. 2013-01-17 19:13:24 +00:00
eina_test_simple_xml_parser.c eina/tests: Adding return to non void function. 2013-03-13 13:19:54 +00:00
eina_test_str.c Eina: fix annoying warning during tests. 2014-07-21 15:03:38 +03:00
eina_test_strbuf.c Eina test strbuf: Fixed compilation warnings. 2013-03-11 10:39:20 +00:00
eina_test_stringshare.c eina: all Eina_Stringshare printf variant now return empty string as expected. 2015-01-08 12:36:27 +01:00
eina_test_tiler.c eina: Eina_Tiler - return a NULL if intersection of two tilers doesn't exist 2014-07-21 19:33:27 +02:00
eina_test_tmpstr.c eina: Eina_Tmpstr test for eina_tmpstr_add, eina_tmpstr_del. 2013-03-11 10:45:41 +09:00
eina_test_trash.c eina: add test cases for Eina_Trash 2014-09-22 14:59:27 +02:00
eina_test_ustr.c efl: Switch from deprecated eina_unicode_utf8_get_next to eina_unicode_utf8_next_get 2013-01-23 09:09:57 +00:00
eina_test_ustringshare.c
eina_test_value.c Eina Test : Added test case for convert float in eina_test_value 2014-10-23 08:34:14 -04:00
sample.gpx