Updated Branches:
  refs/heads/master f1fdc1c95 -> c31261d88

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/b37a43a1
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b37a43a1
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b37a43a1

Branch: refs/heads/master
Commit: b37a43a1d6d6077e5021c58db26c227f419e8a08
Parents: f1fdc1c
Author: svenmeier <[email protected]>
Authored: Fri May 10 12:35:51 2013 +0200
Committer: svenmeier <[email protected]>
Committed: Fri May 10 12:35:51 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/b37a43a1/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());
        }
 }

Reply via email to