[test-shape-complex] Remove the greek tests
They are outdated with respect to the DejaVu Sans I'm using. We need to add font version checking to the tests.
This commit is contained in:
parent
afa74bf904
commit
253a57fb5a
|
@ -71,21 +71,6 @@ typedef struct
|
||||||
} test_t;
|
} test_t;
|
||||||
|
|
||||||
|
|
||||||
static const test_set_t tests_greek = {
|
|
||||||
{"DejaVuSans.ttf", 0},
|
|
||||||
{
|
|
||||||
{ "",
|
|
||||||
{ 0x3b1, 0x300, 0x313, 0 },
|
|
||||||
{ 0xb8, 0x3d3, 0x3c7, 0 }
|
|
||||||
},
|
|
||||||
{ "",
|
|
||||||
{ 0x3b1, 0x313, 0x300, 0 },
|
|
||||||
{ 0xd4, 0 }
|
|
||||||
},
|
|
||||||
{{0}}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
static const test_set_t tests_devanagari1 = {
|
static const test_set_t tests_devanagari1 = {
|
||||||
{"raghu.ttf", 0},
|
{"raghu.ttf", 0},
|
||||||
{
|
{
|
||||||
|
@ -1145,8 +1130,6 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
#define TEST_SET(name) add_test_set (&tests_##name, #name)
|
#define TEST_SET(name) add_test_set (&tests_##name, #name)
|
||||||
|
|
||||||
TEST_SET (greek);
|
|
||||||
|
|
||||||
TEST_SET (devanagari1);
|
TEST_SET (devanagari1);
|
||||||
TEST_SET (devanagari2);
|
TEST_SET (devanagari2);
|
||||||
TEST_SET (bengali1);
|
TEST_SET (bengali1);
|
||||||
|
|
Loading…
Reference in New Issue