Skip to content

Commit f77a658

Browse files
committed
move more lib tests into subfolders
1 parent 8729843 commit f77a658

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,14 +428,11 @@
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>

src/test/java/org/htmlunit/libraries/GWTTest.java renamed to src/test/java/org/htmlunit/libraries/gwt/GWTTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import org.htmlunit.WebDriverTestCase;
1818
import org.junit.jupiter.api.AfterEach;

src/test/java/org/htmlunit/libraries/GWTTest2x11x0.java renamed to src/test/java/org/htmlunit/libraries/gwt/GWTTest2x11x0.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import java.util.List;
1818

src/test/java/org/htmlunit/libraries/GWTTest2x5x0.java renamed to src/test/java/org/htmlunit/libraries/gwt/GWTTest2x5x0.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import java.util.List;
1818

src/test/java/org/htmlunit/libraries/Sarissa0993Test.java renamed to src/test/java/org/htmlunit/libraries/sarissa/Sarissa0993Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import org.htmlunit.WebDriverTestCase;
1818
import org.htmlunit.junit.annotation.Alerts;

src/test/java/org/htmlunit/libraries/Sarissa0997Test.java renamed to src/test/java/org/htmlunit/libraries/sarissa/Sarissa0997Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import org.htmlunit.WebDriverTestCase;
1818
import org.htmlunit.junit.annotation.Alerts;

0 commit comments

Comments
 (0)