Skip to content

Commit

Permalink
Issue eclipse-ee4j#23507 QuickLook tests removed
Browse files Browse the repository at this point in the history
- just the RestTest was moved under the admin module because it tests admin's
  endpoint
- these tests will be rewritten soon in much better way
- currently they were not executed
  • Loading branch information
dmatej committed Aug 1, 2021
1 parent 102aba2 commit 4ce5725
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 248 deletions.
1 change: 0 additions & 1 deletion nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@

<commons-io.version>2.10.0</commons-io.version>

<testng.version>7.4.0</testng.version>
<nucleus.install.dir.name>nucleus</nucleus.install.dir.name>
<javadoc.skip>false</javadoc.skip>
<deploy.skip>false</deploy.skip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

package org.glassfish.nucleus.quicklook;
package org.glassfish.nucleus.admin;

import java.io.DataOutputStream;
import java.io.IOException;
Expand Down
1 change: 0 additions & 1 deletion nucleus/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<modules>
<module>admin</module>
<module>quicklook</module>
</modules>

<dependencyManagement>
Expand Down
92 changes: 0 additions & 92 deletions nucleus/tests/quicklook/pom.xml

This file was deleted.

Empty file.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 4ce5725

Please sign in to comment.