mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
Fixed the broken testsuite, with an update to current QUnit. A few tests still broken.
This commit is contained in:
@@ -92,7 +92,7 @@ test("rules(), gurantee that required is at front", function() {
|
||||
equals( "required maxlength minlength", flatRules("#v2-i6") );
|
||||
equals( "required maxlength", flatRules("#co_name") );
|
||||
|
||||
reset();
|
||||
QUnit.reset();
|
||||
jQuery.validator.autoCreateRanges = true;
|
||||
v = $("#v2").validate();
|
||||
equals( "required rangelength", flatRules("#v2-i6") );
|
||||
|
||||
Reference in New Issue
Block a user