Skip to content

Commit 9d876b3

Browse files
committed
create some subpackages
1 parent 6e4f2dc commit 9d876b3

35 files changed

+35
-35
lines changed

src/test/java/org/htmlunit/javascript/host/html/HTMLElementTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void getAttribute_styleAttributeWithFlag() throws Exception {
159159

160160
/**
161161
* Some libraries like MochiKit looks after the number of attributes of a freshly created node.
162-
* When this is fixed for IE, all {@link org.htmlunit.libraries.MochiKitTest}
162+
* When this is fixed for IE, all {@link org.htmlunit.libraries.mochikit.MochiKitTest}
163163
* working for FF will work for IE too.
164164
* @throws Exception on test failure
165165
*/

src/test/java/org/htmlunit/libraries/Dojo102Test.java renamed to src/test/java/org/htmlunit/libraries/dojo/Dojo102Test.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.dojo;
1616

1717
import org.junit.jupiter.api.Test;
1818

src/test/java/org/htmlunit/libraries/Dojo193Test.java renamed to src/test/java/org/htmlunit/libraries/dojo/Dojo193Test.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.dojo;
1616

1717
import org.junit.jupiter.api.Test;
1818

src/test/java/org/htmlunit/libraries/DojoTestBase.java renamed to src/test/java/org/htmlunit/libraries/dojo/DojoTestBase.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.dojo;
1616

1717
import java.time.Duration;
1818
import java.util.List;

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/HtmxTest.java renamed to src/test/java/org/htmlunit/libraries/htmx/HtmxTest.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.htmx;
1616

1717
import java.util.List;
1818

src/test/java/org/htmlunit/libraries/HtmxTest1x7x0.java renamed to src/test/java/org/htmlunit/libraries/htmx/HtmxTest1x7x0.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.htmx;
1616

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

src/test/java/org/htmlunit/libraries/HtmxTest1x8x4.java renamed to src/test/java/org/htmlunit/libraries/htmx/HtmxTest1x8x4.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.htmx;
1616

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

0 commit comments

Comments
 (0)