Skip to content

Commit 2c12d02

Browse files
committed
move back to the root folder to let them run on ci (hopefully)
1 parent 3c4bb0e commit 2c12d02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/org/htmlunit/libraries/gwt/GWTTest.java renamed to src/test/java/org/htmlunit/libraries/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.gwt;
15+
package org.htmlunit.libraries;
1616

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

src/test/java/org/htmlunit/libraries/gwt/GWTTest2x11x0.java renamed to src/test/java/org/htmlunit/libraries/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.gwt;
15+
package org.htmlunit.libraries;
1616

1717
import java.util.List;
1818

src/test/java/org/htmlunit/libraries/gwt/GWTTest2x5x0.java renamed to src/test/java/org/htmlunit/libraries/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.gwt;
15+
package org.htmlunit.libraries;
1616

1717
import java.util.List;
1818

0 commit comments

Comments
 (0)