You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/11/25 21:11:18 UTC

[2/5] git commit: Switch default for tests from "prototype" to "jquery"

Switch default for tests from "prototype" to "jquery"


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/dd0a2735
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/dd0a2735
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/dd0a2735

Branch: refs/heads/master
Commit: dd0a27359e99d976fbe45a10554f647ab23ec97c
Parents: 9ce2d4e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Nov 25 10:45:08 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Nov 25 10:45:08 2013 -0800

----------------------------------------------------------------------
 .../org/apache/tapestry5/integration/app1/services/AppModule.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/dd0a2735/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java
index f095270..0f5a5b7 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java
@@ -147,6 +147,9 @@ public class AppModule
         configuration.add("app.injected-symbol", "Symbol contributed to ApplicationDefaults");
 
         configuration.add(SymbolConstants.HMAC_PASSPHRASE, "testing, testing, 1... 2... 3...");
+
+        // This is the emphasis of testing at this point.
+        configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery");
     }
 
     public static void contributeIgnoredPathsFilter(Configuration<String> configuration)