Skip to content

Commit

Permalink
TAP5-2641: tapestry-test-constants should have its own package
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohp committed Mar 4, 2022
1 parent 7f4057e commit 44ec16a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package org.apache.tapestry5.internal.test;

import org.apache.tapestry5.http.services.Context;
import org.apache.tapestry5.test.TapestryRunnerConstants;
import org.apache.tapestry5.test.constants.TapestryRunnerConstants;

import java.io.File;
import java.net.MalformedURLException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import org.apache.tapestry5.internal.TapestryInternalUtils;
import org.apache.tapestry5.test.SeleniumTestCase;
import org.apache.tapestry5.test.TapestryRunnerConstants;
import org.apache.tapestry5.test.constants.TapestryRunnerConstants;

public abstract class TapestryCoreTestCase extends SeleniumTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,9 @@

package org.apache.tapestry5.integration.app1;

import org.apache.tapestry5.internal.TapestryInternalUtils;
import org.apache.tapestry5.test.TapestryRunnerConstants;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;

import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.InputStream;
import java.net.URL;

public class AssetTests extends App1TestCase
{
@DataProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.tapestry5.internal.test.InternalBaseTestCase;
import org.apache.tapestry5.ioc.internal.util.AbstractResource;
import org.apache.tapestry5.ioc.internal.util.ClasspathResource;
import org.apache.tapestry5.test.TapestryRunnerConstants;
import org.apache.tapestry5.test.constants.TapestryRunnerConstants;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
package org.apache.tapestry5.test;

import org.apache.commons.cli.*;
import org.apache.tapestry5.test.constants.TapestryRunnerConstants;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.ssl.SslSocketConnector;
import org.eclipse.jetty.util.ssl.SslContextFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.apache.catalina.connector.Connector;
import org.apache.catalina.core.StandardContext;
import org.apache.catalina.startup.Tomcat;
import org.apache.tapestry5.test.constants.TapestryRunnerConstants;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package org.apache.tapestry5.test;
package org.apache.tapestry5.test.constants;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium;
import com.thoughtworks.selenium.webdriven.WebDriverCommandProcessor;

import org.apache.tapestry5.test.constants.TapestryRunnerConstants;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.NoSuchElementException;
Expand Down

0 comments on commit 44ec16a

Please sign in to comment.