Fixed the broken testsuite, with an update to current QUnit. A few tests still broken.

This commit is contained in:
jzaefferer
2011-01-28 17:13:38 +01:00
parent 4ae4d5257d
commit 10d0d9b15f
8 changed files with 1662 additions and 971 deletions

View File

@@ -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") );