From ec6121693f112ae33b653b4364e812722d2eb567 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 28 Mar 2016 11:02:04 -0700 Subject: Fixed #22383 -- Added support for HTML5 required attribute on required form fields. --- tests/postgres_tests/test_array.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/postgres_tests/test_array.py') diff --git a/tests/postgres_tests/test_array.py b/tests/postgres_tests/test_array.py index 670c98e7a7..edbc1d9241 100644 --- a/tests/postgres_tests/test_array.py +++ b/tests/postgres_tests/test_array.py @@ -699,9 +699,9 @@ class TestSplitFormField(PostgreSQLTestCase): - - - + + + ''') -- cgit v1.3