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 2019/10/08 17:33:54 UTC

[wicket] branch master updated: Revert "INFRA-19234 Temporarily disable JS tests module until this issue is resolved"

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new ca2a008  Revert "INFRA-19234 Temporarily disable JS tests module until this issue is resolved"
ca2a008 is described below

commit ca2a008c84086e3d2eeb6c2c98dbf9ddff9cf271
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Oct 8 20:33:41 2019 +0300

    Revert "INFRA-19234 Temporarily disable JS tests module until this issue is resolved"
    
    This reverts commit e0dd28b7c80de0c18d2eca822043d5cb49197acd.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f11275..a8656fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
 		<module>wicket-experimental</module>
 		<module>archetypes/quickstart</module>
 		<module>testing/wicket-common-tests</module>
-<!--		<module>testing/wicket-js-tests</module>-->
+		<module>testing/wicket-js-tests</module>
 		<module>wicket-native-websocket</module>
 		<module>wicket-bean-validation</module>
 		<module>wicket-user-guide</module>