Revert "tests/edje: Disable edje mising file test until the needed header is commited."

I added the file in the previous commit.

This reverts commit 251eac7d7a.
This commit is contained in:
Tom Hacohen 2013-02-21 08:39:09 +00:00
parent ac16677405
commit a77cb9ee41
1 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,7 @@
#include <Edje.h>
#include "edje_suite.h"
//#include "edje_tests_helpers.h"
#include "edje_tests_helpers.h"
START_TEST(edje_test_edje_init)
{
@ -23,7 +23,6 @@ START_TEST(edje_test_edje_init)
}
END_TEST
#if 0 // Re-enable once the missing header is commited
START_TEST(edje_test_edje_load)
{
Evas *evas = EDJE_TEST_INIT_EVAS();
@ -38,10 +37,9 @@ START_TEST(edje_test_edje_load)
EDJE_TEST_FREE_EVAS();
}
END_TEST
#endif
void edje_test_edje(TCase *tc)
{
tcase_add_test(tc, edje_test_edje_init);
// tcase_add_test(tc, edje_test_edje_load);
tcase_add_test(tc, edje_test_edje_load);
}