tests/evas: Enable evas 3d mesh test case again after the code got fixed.

The problem have been in the new evas block/unblock code which did not work
for evas 3d. Thanks to Bogdan for spotting it and raster for reverting the
3d part for now to keep the code working.

Fixes T2104
This commit is contained in:
Stefan Schmidt 2015-02-12 14:43:34 +01:00
parent 687e5130d8
commit 7415a5fc36
1 changed files with 1 additions and 1 deletions

View File

@ -132,5 +132,5 @@ END_TEST
void evas_test_mesh(TCase *tc)
{
//tcase_add_test(tc, evas_object_mesh_loader_saver);
tcase_add_test(tc, evas_object_mesh_loader_saver);
}