Repository: wicket
Updated Branches:
  refs/heads/master e73718fd4 -> 66730b423


fixed expected test count


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/66730b42
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/66730b42
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/66730b42

Branch: refs/heads/master
Commit: 66730b423c4f86ac6d1a039a1ddd59e3e0b6a06d
Parents: e73718f
Author: Sven Meier <[email protected]>
Authored: Wed May 13 16:48:14 2015 +0200
Committer: Sven Meier <[email protected]>
Committed: Wed May 13 16:48:14 2015 +0200

----------------------------------------------------------------------
 wicket-core/src/test/js/ajax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/66730b42/wicket-core/src/test/js/ajax.js
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/js/ajax.js b/wicket-core/src/test/js/ajax.js
index b2a38fc..d969d6d 100644
--- a/wicket-core/src/test/js/ajax.js
+++ b/wicket-core/src/test/js/ajax.js
@@ -430,7 +430,7 @@ jQuery(document).ready(function() {
                 */
                asyncTest('verify default attributes.', function () {
 
-                       expect(23);
+                       expect(24);
 
                        var attrs = {
                                u: 'data/ajax/nonWicketResponse.json',

Reply via email to