Skip to content

Commit 4e861d7

Browse files
committed
move to the right place
1 parent 2c12d02 commit 4e861d7

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/test/java/org/htmlunit/libraries/jquery/JQuery1x11x3Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* version 1.11.3 of the <a href="http://jquery.com/">jQuery</a> JavaScript library.
2424
*
2525
* All test method inside this class are generated. Please have a look
26-
* at {@link org.htmlunit.source.JQueryExtractor}.
26+
* at {@link org.htmlunit.libraries.jquery.JQueryExtractor}.
2727
*
2828
* @author Ahmed Ashour
2929
* @author Ronald Brill

src/test/java/org/htmlunit/libraries/jquery/JQuery1x12x4Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* version 1.12.4 of the <a href="http://jquery.com/">jQuery</a> JavaScript library.
3030
*
3131
* All test method inside this class are generated. Please have a look
32-
* at {@link org.htmlunit.source.JQueryExtractor}.
32+
* at {@link org.htmlunit.libraries.jquery.JQueryExtractor}.
3333
*
3434
* @author Ronald Brill
3535
*/

src/test/java/org/htmlunit/libraries/jquery/JQuery1x8x2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* version 1.8.2 of the <a href="http://jquery.com/">jQuery</a> JavaScript library.
2424
*
2525
* All test method inside this class are generated. Please have a look
26-
* at {@link org.htmlunit.source.JQueryExtractor}.
26+
* at {@link org.htmlunit.libraries.jquery.JQueryExtractor}.
2727
*
2828
* @author Ahmed Ashour
2929
* @author Ronald Brill

src/test/java/org/htmlunit/libraries/jquery/JQuery3x3x1Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* version 3.3.1 of the <a href="http://jquery.com/">jQuery</a> JavaScript library.
3030
*
3131
* All test method inside this class are generated. Please have a look
32-
* at {@link org.htmlunit.source.JQueryExtractor}.
32+
* at {@link org.htmlunit.libraries.jquery.JQueryExtractor}.
3333
*
3434
* @author Ronald Brill
3535
*/

src/test/java/org/htmlunit/source/JQueryExtractor.java renamed to src/test/java/org/htmlunit/libraries/jquery/JQueryExtractor.java

Lines changed: 1 addition & 2 deletions
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.source;
15+
package org.htmlunit.libraries.jquery;
1616

1717
import static java.nio.charset.StandardCharsets.ISO_8859_1;
1818

@@ -39,7 +39,6 @@
3939
import org.apache.commons.lang3.reflect.MethodUtils;
4040
import org.htmlunit.WebDriverTestCase;
4141
import org.htmlunit.junit.annotation.TestedBrowser;
42-
import org.htmlunit.libraries.jquery.JQuery3x3x1Test;
4342

4443
/**
4544
* Extracts the needed expectation from the real browsers output, this is done by waiting the browser to finish

0 commit comments

Comments
 (0)