You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/05/13 15:13:37 UTC

git commit: new ajax attribute added to test

Updated Branches:
  refs/heads/wicket-6.x 70a7ad206 -> 8b4532b31


new ajax attribute added to test


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

Branch: refs/heads/wicket-6.x
Commit: 8b4532b3107b1dadc85cbb1e9684a76fd7e29b01
Parents: 70a7ad2
Author: svenmeier <sv...@meiers.net>
Authored: Fri May 10 12:35:51 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon May 13 16:13:27 2013 +0300

----------------------------------------------------------------------
 .../ajax/attributes/AjaxAttributeNameTest.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8b4532b3/wicket-core/src/test/java/org/apache/wicket/ajax/attributes/AjaxAttributeNameTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/ajax/attributes/AjaxAttributeNameTest.java b/wicket-core/src/test/java/org/apache/wicket/ajax/attributes/AjaxAttributeNameTest.java
index e1f3766..47625c0 100644
--- a/wicket-core/src/test/java/org/apache/wicket/ajax/attributes/AjaxAttributeNameTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/ajax/attributes/AjaxAttributeNameTest.java
@@ -58,7 +58,7 @@ public class AjaxAttributeNameTest
 		}
 
 		Assert.assertEquals("all known json parameter names",
-			"tr|p|d|id|dt|wr|rt|ad|ch|e|async|dep|ep|pre|coh|fh|sh|ah|bsh|bh|i|sc|mp|f|c|m|u|",
+			"tr|p|d|id|dt|wr|rt|ad|sp|ch|e|async|dep|ep|pre|coh|fh|sh|ah|bsh|bh|i|sc|mp|f|c|m|u|",
 			sb.toString());
 	}
 }