File tree 8 files changed +9
-7
lines changed
java/client/test/com/thoughtworks/selenium
8 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package com .thoughtworks .selenium ;
18
18
19
+ import com .thoughtworks .selenium .testing .SeleniumTestEnvironment ;
20
+
19
21
import java .util .logging .Logger ;
20
22
21
23
import org .junit .ClassRule ;
24
26
import org .junit .rules .TestRule ;
25
27
import org .openqa .selenium .environment .GlobalTestEnvironment ;
26
28
import org .openqa .selenium .environment .TestEnvironment ;
27
- import org .openqa .selenium .v1 .SeleniumTestEnvironment ;
28
29
29
30
public class BaseSuite {
30
31
Original file line number Diff line number Diff line change 28
28
import com .google .common .io .Files ;
29
29
import com .google .common .io .Resources ;
30
30
31
+ import com .thoughtworks .selenium .testing .SeleniumTestEnvironment ;
31
32
import com .thoughtworks .selenium .webdriven .WebDriverBackedSelenium ;
32
33
33
34
import org .junit .After ;
51
52
import org .openqa .selenium .testing .InProject ;
52
53
import org .openqa .selenium .testing .drivers .Browser ;
53
54
import org .openqa .selenium .testing .drivers .WebDriverBuilder ;
54
- import org .openqa .selenium .v1 .SeleniumTestEnvironment ;
55
55
56
56
import java .io .File ;
57
57
import java .io .IOException ;
Original file line number Diff line number Diff line change 21
21
import com .thoughtworks .selenium .DefaultSelenium ;
22
22
import com .thoughtworks .selenium .Selenium ;
23
23
import com .thoughtworks .selenium .SeleniumException ;
24
+ import com .thoughtworks .selenium .testing .SeleniumTestEnvironment ;
24
25
25
26
import org .junit .After ;
26
27
import org .junit .AfterClass ;
27
28
import org .junit .Before ;
28
29
import org .junit .BeforeClass ;
29
30
import org .junit .Test ;
30
- import org .openqa .selenium .v1 .SeleniumTestEnvironment ;
31
31
32
32
import java .net .MalformedURLException ;
33
33
import java .net .URL ;
Original file line number Diff line number Diff line change 19
19
20
20
import static org .junit .Assert .assertEquals ;
21
21
22
+ import com .thoughtworks .selenium .testing .SeleniumTestEnvironment ;
23
+
22
24
import org .junit .AfterClass ;
23
25
import org .junit .BeforeClass ;
24
26
import org .junit .Test ;
27
29
import org .openqa .selenium .WebDriver ;
28
30
import org .openqa .selenium .remote .DesiredCapabilities ;
29
31
import org .openqa .selenium .remote .RemoteWebDriver ;
30
- import org .openqa .selenium .v1 .SeleniumTestEnvironment ;
31
32
32
33
import java .net .MalformedURLException ;
33
34
import java .net .URL ;
Original file line number Diff line number Diff line change 1
- package org . openqa .selenium .v1 ;
1
+ package com . thoughtworks .selenium .testing ;
2
2
3
3
import org .seleniumhq .jetty7 .http .HttpFields ;
4
4
Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
*/
16
16
17
- package org . openqa .selenium .v1 ;
17
+ package com . thoughtworks .selenium .testing ;
18
18
19
19
import java .io .File ;
20
20
Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
*/
16
16
17
- package org . openqa .selenium .v1 ;
17
+ package com . thoughtworks .selenium .testing ;
18
18
19
19
import com .google .common .collect .Lists ;
20
20
File renamed without changes.
You can’t perform that action at this time.
0 commit comments