pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Text module unit tests failing


From: gerel
Subject: Re: [pdf-devel] Text module unit tests failing
Date: Sat, 06 Sep 2008 23:58:53 -0700 (PDT)

Hey guys,

The line that's making the tests fail when invoking 'make check' _from the
topdir_ is in maint.mk, line 36 says:
##
# Prevent programs like 'sort' from considering distinct strings to be equal.
# Doing it here saves us from having to set LC_ALL elsewhere in this file.
export LC_ALL = C
###

If that line is essential we can still invoke 'make check' inside the torture/
directory and all tests work fine again, see:
##
~/PROJECTS/libgnupdf/local $ cd torture/
~/PROJECTS/libgnupdf/local/torture $ make check
[...]
libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:84: TextContext: Host 
Endianness is 'Little Endian'.
libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:153: TextContext: Locale 
name is 'en_US.UTF-8'.
libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:155: TextContext: Language 
ID is 'en'.
[...]
PASS: runtests
==================
All 1 tests passed
==================
###

greetings,

-gerel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]