You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test suite uses TAP::Harnesswhich often displays information about a failed test in tabular format. That formatting uses Unicode::GCStringwhen available. When the module is not available a message about that is shown.
not ok 12 - HumanReadableDataSize: Size => 58626123, Lang => ar_SA # TODO translation should be update to say: (MB)
# Failed test (with amnesty) 'HumanReadableDataSize: Size => 58626123, Lang => ar_SA'
# at /opt/otobo/scripts/test/Layout/HumanReadableDataSize.t line 148.
# Unicode::GCString is not installed, table may not display all unicode characters properly
# +------------------------------+----+------------------------------+
# | GOT | OP | CHECK |
# +------------------------------+----+------------------------------+
# | \N{U+200E}55.9 ��غابا�ت (MG) | eq | \N{U+200E}55.9 ��غابا�ت (MB) |
# +------------------------------+----+------------------------------+
I checked the documentation of Unicode::GCString and found that installing it should show no adverse effects. So, let's eliminate a confusing message and maybe get a better display of test violations.
The text was updated successfully, but these errors were encountered:
The test suite uses
TAP::Harness
which often displays information about a failed test in tabular format. That formatting usesUnicode::GCString
when available. When the module is not available a message about that is shown.I checked the documentation of Unicode::GCString and found that installing it should show no adverse effects. So, let's eliminate a confusing message and maybe get a better display of test violations.
The text was updated successfully, but these errors were encountered: