Whats going on with utf8_tests.py?
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-20 23:33:08 CET
utf8_tests.py looks a bit dodgy. At present I get
$ .../utf8_tests.py list
Looking at the code it appears that I need an 8859-1 locale but
$ LANG=en_GB .../utf8_tests.py list
If I modify the code as follows
Index: subversion/tests/clients/cmdline/utf8_tests.py
I get
$ LANG=en_GB .../utf8_tests.py list
which looks more promising, but it now fails because it tries to use a
$ LANG=en_GB .../utf8_tests.py
The Skip condition is checking the current locale, why does the test
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jan 20 23:36:53 2005 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.