geckodriver: Switch to webdriver from git

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: eca29d5a2628355c98740b83c526916c5b35625a

--HG--
extra : rebase_source : a44dab9192901df9b14e35fb7de1b9d2e3525af8
This commit is contained in:
James Graham 2015-05-06 14:59:36 +01:00
Родитель 8ac864ac31
Коммит 96228dba37
2 изменённых файлов: 6 добавлений и 4 удалений

4
testing/geckodriver/Cargo.lock сгенерированный
Просмотреть файл

@ -11,7 +11,7 @@ dependencies = [
"regex 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"webdriver 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webdriver 0.1.0 (git+https://github.com/jgraham/webdriver-rust.git)",
]
[[package]]
@ -243,7 +243,7 @@ dependencies = [
[[package]]
name = "webdriver"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "git+https://github.com/jgraham/webdriver-rust.git#c2038b4195ee8cd982079cc48d6a9d039f59f1fb"
dependencies = [
"hyper 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

Просмотреть файл

@ -13,9 +13,11 @@ log = "0.3.1"
regex = "0.1.27"
rustc-serialize = "0.3.12"
uuid = "0.1.16"
webdriver = "0.1.0"
mozrunner = "0.1.0"
mozprofile = "0.1.0"
[dependencies.argparse]
git = "https://github.com/tailhook/rust-argparse.git"
git = "https://github.com/tailhook/rust-argparse.git"
[dependencies.webdriver]
git = "https://github.com/jgraham/webdriver-rust.git"