Skip to content

Commit

Permalink
Merged Selenium_1.X branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Tryshnivskyy committed Jul 31, 2013
2 parents 1f6d53a + 1195128 commit 5225b2c
Show file tree
Hide file tree
Showing 57 changed files with 4,936 additions and 184 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ javascript/deps.js
.idea/vcs.xml
.idea/misc.xml
.idea/workspace.xml
.idea/projectCodeStyle.xml
*.idea*
*.iml
.idea/dictionaries/
.idea/scopes/
out
Expand Down Expand Up @@ -84,3 +87,5 @@ ipch/
/phantomjsdriver.log
.tags
.ruby-version

*.orig
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,13 @@ task :test_remote => [
task :test_qtwebkit => [
'//java/client/test/org/openqa/selenium/qtwebkit:test_qtwebkit:run'
]
task :test_wd_native => [ '//java/client/test/org/openqa/selenium/qtwebkit/nativetests:nativetests:run' ]
# '//java/server/test/org/openqa/selenium/remote/server:test_qtwebkit:run'
#'//java/client/test/org/openqa/selenium/remote:common-tests:run',
#'//java/client/test/org/openqa/selenium/remote:client-tests:run',
task :test_wd_hybrid => [
'//java/client/test/org/openqa/selenium/qtwebkit/hybridtests:hybridtests:run'
]
task :test_safari => [ "//java/client/test/org/openqa/selenium/safari:test:run" ]
task :test_phantomjs => [ "//java/client/test/org/openqa/selenium/phantomjs:test:run" ]
task :test_support => [
Expand Down
28 changes: 0 additions & 28 deletions android/android.iml

This file was deleted.

6 changes: 6 additions & 0 deletions android/gen/org/openqa/selenium/android/app/BuildConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package org.openqa.selenium.android.app;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
1 change: 1 addition & 0 deletions java/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions java/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions java/.idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions java/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions java/.idea/libraries/internal.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions java/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions java/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions java/.idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

125 changes: 125 additions & 0 deletions java/.idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions java/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5225b2c

Please sign in to comment.