File tree Expand file tree Collapse file tree 6 files changed +9
-12
lines changed
src/test/java/org/htmlunit/libraries Expand file tree Collapse file tree 6 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 428428 <includes >
429429 <include >**/libraries/*.java</include >
430430 <!--
431- we have to list the different folders here using '**' seems to confuse surefile
432- placing some gwt classe in the path and then failing when trying to instantiate
431+ we have to restrict to one subfolder level;
432+ using '**' seems to confuse surefile byplacing some gwt classes
433+ in the path and then failing when trying to instantiate
433434 -->
434- <include >**/libraries/dojo/*.java</include >
435- <include >**/libraries/htmx/*.java</include >
436- <include >**/libraries/jquery/*.java</include >
437- <include >**/libraries/mochikit/*.java</include >
438- <include >**/libraries/prototype/*.java</include >
435+ <include >**/libraries/*/*.java</include >
439436 </includes >
440437 <excludes >
441438 <exclude >**/libraries/jquery/JQuery3x3x1Test.java</exclude >
Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15- package org .htmlunit .libraries ;
15+ package org .htmlunit .libraries . gwt ;
1616
1717import org .htmlunit .WebDriverTestCase ;
1818import org .junit .jupiter .api .AfterEach ;
Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15- package org .htmlunit .libraries ;
15+ package org .htmlunit .libraries . gwt ;
1616
1717import java .util .List ;
1818
Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15- package org .htmlunit .libraries ;
15+ package org .htmlunit .libraries . gwt ;
1616
1717import java .util .List ;
1818
Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15- package org .htmlunit .libraries ;
15+ package org .htmlunit .libraries . sarissa ;
1616
1717import org .htmlunit .WebDriverTestCase ;
1818import org .htmlunit .junit .annotation .Alerts ;
Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15- package org .htmlunit .libraries ;
15+ package org .htmlunit .libraries . sarissa ;
1616
1717import org .htmlunit .WebDriverTestCase ;
1818import org .htmlunit .junit .annotation .Alerts ;
You can’t perform that action at this time.
0 commit comments