Repository: wicket Updated Branches: refs/heads/wicket-6.x b3d2d8205 -> 384b2cba4
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/384b2cba Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/384b2cba Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/384b2cba Branch: refs/heads/wicket-6.x Commit: 384b2cba41ae9f4f0708c322c20a7b5e49f84e2f Parents: b3d2d82 Author: Sven Meier <[email protected]> Authored: Wed May 13 16:46:54 2015 +0200 Committer: Sven Meier <[email protected]> Committed: Wed May 13 16:46:54 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/384b2cba/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 cda21c9..26d46b4 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',
