﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12910	xgettext now required to run tests	Karen Tracey	Jannis Leidel	"Attempting to run tests on a Windows machine with no xgettext package install now dies a horrible death. The failure to find an xgettext executable causes the whole test run to just quit:

{{{
Installed 62 object(s) from 5 fixture(s)
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Error: errors happened while running xgettext on __init__.py
'xgettext' is not recognized as an internal or external command,
operable program or batch file.


C:\u\kmt\django\trunk\tests>

}}}

I think we need to somehow figure out if xgettext is available and if not, skip running tests that require it."		closed	Uncategorized	1.1		fixed			Accepted	0	0	0	0	0	0
