Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-FormHandler CPAN distribution.

Report information
The Basics
Id: 74550
Status: resolved
Priority: 0/
Queue: HTML-FormHandler

People
Owner: Nobody in particular
Requestors: bernd.neumann [...] schneckenprofi.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Failed test 'error rendering matches expected' in HTML-FormHandler-0.36001
Date: Tue, 31 Jan 2012 08:47:17 +0100
To: bug-HTML-FormHandler [...] rt.cpan.org
From: Bernd Neumann <bernd.neumann [...] schneckenprofi.de>
Linux develop.schneckenprofi.de 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux perl 5, version 12, subversion 2 (v5.12.2) built for x86_64-linux # Failed test 'error rendering matches expected' # at t/render_errors.t line 33. # got: '<html><head></head><body><form id="test_errors" method="post"><fieldset class="main_fieldset"><div class="error"><label for="foo">Foo: </label><input id="foo" name="foo" type="text" value="" /> <span class="error_message">Foo field is required</span></div><div class="error"><label for="bar">Bar: </label><input id="bar" name="bar" size="8" type="text" value="abc" /> <span class="error_message">Value must be an integer</span></div></fieldset></form></body></html>' # expected: '<html><head></head><body><form id="test_errors" method="post"><fieldset class="main_fieldset"><div class="error"><label for="foo">Foo: </label><input id="foo" name="foo" type="text" value="" /> <span class="error_message">Feld ist erforderlich</span></div><div class="error"><label for="bar">Bar: </label><input id="bar" name="bar" size="8" type="text" value="abc" /> <span class="error_message">Muss eine positive ganze Zahl sein</span></div></fieldset></form></body></html>' # Looks like you failed 1 test of 2. German translations of 'Foo field is required' and 'Value must be an integer' to 'Feld ist erforderlich' and 'Muss eine positive ganze Zahl sein' cause test to fail. Regards Bernd Neumann -- prime factory GmbH& Co. KG Abteilung Schneckenprofi Itzehoer Str. 10 D-25581 Hennstedt Tel +49 4877 9901790 Fax +49 4877 9901799 bernd.neumann@schneckenprofi.de www.schneckenprofi.de Besuchen Sie uns auch auf unserer Facebook-Seite: https://www.facebook.com/pages/Schneckenprofi/120119504748889 Bank HypoVereinsbank Konto 1139039 BLZ 200 300 00 IBAN DE84 2003 0000 0001 1390 39 SWIFT (BIC) HYVEDEMM300 AG Pinneberg HRA 6088 PI Steuernummer 18/283/56651 USt-IdNr. DE272491260
This was fixed in a 0.3600n release.