Skip to content

Commit

Permalink
Moving last part of RC-related test code to com.thoughtworks.selenium…
Browse files Browse the repository at this point in the history
… package
  • Loading branch information
barancev committed Oct 30, 2014
1 parent 279f3c4 commit 429477a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion java/client/test/com/thoughtworks/selenium/BaseSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package com.thoughtworks.selenium;

import com.thoughtworks.selenium.testing.SeleniumTestEnvironment;

import java.util.logging.Logger;

import org.junit.ClassRule;
Expand All @@ -24,7 +26,6 @@
import org.junit.rules.TestRule;
import org.openqa.selenium.environment.GlobalTestEnvironment;
import org.openqa.selenium.environment.TestEnvironment;
import org.openqa.selenium.v1.SeleniumTestEnvironment;

public class BaseSuite {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.google.common.io.Files;
import com.google.common.io.Resources;

import com.thoughtworks.selenium.testing.SeleniumTestEnvironment;
import com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium;

import org.junit.After;
Expand All @@ -51,7 +52,6 @@
import org.openqa.selenium.testing.InProject;
import org.openqa.selenium.testing.drivers.Browser;
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
import org.openqa.selenium.v1.SeleniumTestEnvironment;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
import com.thoughtworks.selenium.DefaultSelenium;
import com.thoughtworks.selenium.Selenium;
import com.thoughtworks.selenium.SeleniumException;
import com.thoughtworks.selenium.testing.SeleniumTestEnvironment;

import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.openqa.selenium.v1.SeleniumTestEnvironment;

import java.net.MalformedURLException;
import java.net.URL;
Expand Down
3 changes: 2 additions & 1 deletion java/client/test/com/thoughtworks/selenium/StartTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

import static org.junit.Assert.assertEquals;

import com.thoughtworks.selenium.testing.SeleniumTestEnvironment;

import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
Expand All @@ -27,7 +29,6 @@
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;
import org.openqa.selenium.v1.SeleniumTestEnvironment;

import java.net.MalformedURLException;
import java.net.URL;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.openqa.selenium.v1;
package com.thoughtworks.selenium.testing;

import org.seleniumhq.jetty7.http.HttpFields;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

package org.openqa.selenium.v1;
package com.thoughtworks.selenium.testing;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

package org.openqa.selenium.v1;
package com.thoughtworks.selenium.testing;

import com.google.common.collect.Lists;

Expand Down

0 comments on commit 429477a

Please sign in to comment.