-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JSP TCK Refactoring using Arquillian and JUnit (#1182)
* Convert JSP arrayelresolver test to use Arquillian/JUnit - duplicated SunRIURL class to jsp module - copied ArrayELResolverTest.jsp, WEB-INF/arrayelresolver.tld from webartifacts module * add jsp tck runner, passing test arrayelresolver * simplify arrayelresolver test deployment code * prepare resources folder for jsp/api/jakarta_el & jakarta_servlet * URLClient changes in jsp/api/jakarta_el & jakarta_servlet to use Arquillian & Junit * rename URLClient to URLClientIT in jsp/api/jakarta_el & jakarta_servlet * remove build.xml and duplicate resource files from src * prepare resources folder for pending tests in jsp/spec : copied the web.xml from src, copied other web resources(tld, tag, tagx, gf, jsp, jspx, html files) from webartifacts/jsp module * set goldenfile stream as new property for tests depending on goldenfiles(.gf) * modify tests in jsp/spec to use Junit/Arquillian - pending 37 tests after this change to be run - URLClient classes renamed to URLClientIT * missed out file in previous commit * more tests included in spec - tagfiles/packaging, elevaluation, tldres, * use host/port from Arquillian if system property not set * add logging and address review comments * move test logging code to parent class * remove package name of classes while creating archive * use URL injected by Arquillian
- Loading branch information
1 parent
f7ff710
commit 094e93a
Showing
1,507 changed files
with
60,683 additions
and
20,166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
# | ||
# Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License v. 2.0, which is available at | ||
# http://www.eclipse.org/legal/epl-2.0. | ||
# | ||
# This Source Code may also be made available under the following Secondary | ||
# Licenses when the conditions for such availability set forth in the | ||
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License, | ||
# version 2 with the GNU Classpath Exception, which is available at | ||
# https://www.gnu.org/software/classpath/license.html. | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 | ||
# | ||
AS_ADMIN_USERPASSWORD=j2ee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License v. 2.0, which is available at | ||
# http://www.eclipse.org/legal/epl-2.0. | ||
# | ||
# This Source Code may also be made available under the following Secondary | ||
# Licenses when the conditions for such availability set forth in the | ||
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License, | ||
# version 2 with the GNU Classpath Exception, which is available at | ||
# https://www.gnu.org/software/classpath/license.html. | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 | ||
# | ||
AS_ADMIN_USERPASSWORD=javajoe |
Oops, something went wrong.