Re: t/DOMDocument.t fails
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
From: [email protected] (Jason E. Stewart) Date: Sun, 25 Apr 2004 07:57:46 +0530 C.1 Why do a bunch of tests fail in t/DOMDocument.t? - If they are 662..723, try setting your LC_CTYPE environment variable to something besides the default value of "C", such as: export LC_CTYPE=en_US Yep, that did the trick. I'm sorry I missed that FAQ info. BTW, there's a minor (I think) bug in t/actualCast.t that causes it to fail under test_harness. It appears that this test runs only 9 subtests (of which 7 pass and the rest are skipped) but the script declares 11 as planned, so test_harness declares the overall test as failed. Thanks for your help! kj P.S. I'll file a separate bug report for actualCast.t I just described, just for the record.