[test] Fix problem with N'ko test direction

Old HarfBuzz test suite always shaped as left-to-right and hence had wrong
0x14db, direction expected glyphstring for N'ko.  Doh!

Failures down from 92 to 88.
This commit is contained in:
Behdad Esfahbod 2011-07-30 20:21:40 -04:00
parent fd06bf5611
commit 8613193bbf
1 changed files with 4 additions and 4 deletions

View File

@ -956,19 +956,19 @@ static const test_set_t tests_nko = {
},
{ "",
{ 0x7ca, 0x7ca, 0 },
{ 0x14db, 0x14d9, 0 }
{ 0x14d9, 0x14db, 0 }
},
{ "",
{ 0x7ca, 0x7fa, 0x7ca, 0 },
{ 0x14db, 0x5ec, 0x14d9, 0 }
{ 0x14d9, 0x5ec, 0x14db, 0 }
},
{ "",
{ 0x7ca, 0x7f3, 0x7ca, 0 },
{ 0x14db, 0x5e7, 0x14d9, 0 }
{ 0x14d9, 0x5e7, 0x14db, 0 }
},
{ "",
{ 0x7ca, 0x7f3, 0x7fa, 0x7ca, 0 },
{ 0x14db, 0x5e7, 0x5ec, 0x14d9, 0 }
{ 0x14d9, 0x5ec, 0x5e7, 0x14db, 0 }
},
{{0}}
}